Data Scraping a 1 row table

I have a collection of webpages that each have a table with data I want to capture.

I was able to use the data scraping tool to build a pattern for collecting the data from each webpage, however It seems that sometimes the table of a webpage only has 1 row and this causes a System.AggregateException error.

Any idea how I could handle this case of a table with 1 row?

Turns out this wasn’t actually my issue.

Data Scraping works fine on a 1 row table as well. The actual data scraping process will need to be setup on a table larger than 1 row but when applied to a 1 row instance of the original table it will go through that row just fine!

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.