Extract table data wizard (dynamic selection)

I was trying to scrap a data table from a website using the “Extract Table Data Wizard”. However, it seems successfully getting the value in the cells but the names of the column do change accordingly.

Therefore, may I know whether there is a method that I can also get the dynamic changing data from the website?

Hi @Komom

Can you try like below

  1. Targeting methods select Fuzzy Selector and uncheck Strict selector

  1. Copy the Strict selector and Paste it in Fuzzy selector then make it empty Strict selector

Finally it look likes below

Regards,

Hi @lrtetala
When I copy these into Fuzzy selector, error occurs and cannot work. How can I solve this?

Hi @Komom

Can you please try this workflow, let me know if it works.
ExtractTableData.xaml (13.3 KB)

Hi @rashmisingh2695 I am unable to open your file

Please refer the screenshot

Open browser selectors
This image is a screenshot of the Properties panel for a UiPath activity, showing settings such as "Common" and "Input" properties, with emphasis on the "Selector" field which contains HTML code for a Chrome application targeting "Google Finance". (Captioned by AI)

Extract Table data properties

  1. Used Fuzzy Selectors
  2. Changing Column Name replaced with wildcard *

    A screenshot of a data extraction configuration in an automation tool, showing the "Extract metadata" section with XML code for table extraction. (Captioned by AI)

@rashmisingh2695 Thank you so much! It worked.

1 Like

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