Data Scraping Challenge - Extracting Nested Tables

Hi UiPath experts,

I’m currently working on a project that involves extracting data from a web page containing nested tables. I’ve tried using the Data Scraping Wizard, but it seems to struggle with the nested structure. Has anyone successfully tackled a similar scenario? What approach or activities did you use to handle nested tables?

Hi @Naveen_Chowdary

Handling nested tables in UiPath requires a bit of customization. Here’s a suggested approach:

  1. Use the Table Extraction Wizard to extract data from the outer table.
  2. For each row extracted, use the “Find Children” activity to locate and extract data from the nested tables within that row.
  3. Use DataTable manipulation activities (e.g., Merge DataTable, Build DataTable) to organize the extracted data.
  4. Iterate through the nested tables and repeat the process until all relevant data is extracted.

Happy Automation!

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