https://bugs.documentfoundation.org/show_bug.cgi?id=169077
--- Comment #9 from Regina Henschel <[email protected]> --- The HTML import needs in the `Identifier` field the XPath to the desired <table> element. That could be e.g. //table or in case you want the second table of the source, it would be //table[2] For example try with a target database range of 10 columns and 120 rows. URL https://de.wikipedia.org/wiki/Liste_der_erfolgreichsten_Filme_nach_Einspielergebnis Identifier //table[5] (The proposed database range is larger than actual needed.) -- You are receiving this mail because: You are the assignee for the bug.
