Skip to main content

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 ?

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