
Hello,
To start the table wizard, follow the following steps :
- Select the TABLE element in the DOM
- Build an XPath pointing to this element. (Best is to use the id or the name attribute of the element)
- In the Xpath builder window, click on the new extraction rule button (Just at the left of the xPath result window, an Icon with a 'gear'. the tool tip is 'create new extraction rule from current Xpath')
- The Wizard will start by the first page asking you to select an extraction rule, select the TABLE rule
- Next page will be the name of the Rule,
- Next page is the Autodect HTML TABLE wizard you are looking for. You can select the row you consider to be the header.
Finish the Wizard, the Table rule will be Created. The Wizard will try to guess the best XPath expressions for recurring rows and for each column. Beware that this detection only works with standard properly based TABLE structures..
Hope it helps !!
