Hello Everybody,
I want to extract Data from a Chrome web Page that looks like that:

The number of lines changes from one page to another. could be 10 or 100.
My Goal is to count the numbers of rows. How is that possible ? which activity to use?
Thank you
TimK
(Tim Kok)
2
Have you tried using extract structured data to retrieve a data table?
If it works, you can then just use Datatable.Rows.Count
1 Like
Jarzzz
(Kyle)
3
Use the Data Scraping Wizard. When it asks if you would like to scrape the whole table, say yes; DT_WebTable.
Then use an Assign Activity; Count = DT_WebTable.Rows.Count
system
(system)
Closed
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.