Skip to main content
Question

I am extracting a table from a web page but the Data Table is not having "Column Names" coming during extraction.

  • 1 November 2022
  • 1 reply
  • 96 views

Hello All,

 

I am extracting Table from a web page with pagination. I am intending to capture all the Information from all pages in single table using "Merge".

 

In Debug mode, I found that the column names are not getting extracted. Due to this issue, when I try to "Merge" I am not getting correct result.

 

Could some one suggest if this a bug in AA DATA TABLE action ?

1 reply

I've been doing something similar.

Once you have the data table, use column/row number to retrieve the data - ie

00, 01, 02, 03 (03 - 0 is row 1, 3 is column 4)

10, 11, 12, 13

Hope it helps.

Reply