Documentation

Table selector

Table selector can extract data from tables. Table selector has 3 configurable CSS selectors. The selector is for table selection. After you have selected the selector the Table selector will try to guess selectors for header row and data rows. You can click Element preview on those selectors to see whether the Table selector found table header and data rows correctly. The header row selector is used to identify table columns when data is extracted from multiple pages. Also you can rename table columns. Figure 1 shows what you should select when extracting data from a table.

Fig. 1: Selectors for table selector

Configuration options

  • selector - CSS selector for the table element.
  • header row selector - CSS selector for table header row.
  • data rows selector - CSS selector for table data rows.
  • multiple - multiple records are being extracted. Usually should be checked for Table selector because you are extracting multiple rows.

Use cases

See Text selector use cases.


Was this page helpful?