How to do datascrapping

How to do data scrapping…im not able to find data scrapping option in studio.can anyone help help me to sort it out

Hi @Chippy_Kolot
I recommend you to explore the following UI Automation activities that are usual involved in data-scrapping scenarios:

  • Get Text. Extract text from a specific element/section of a web or application.
  • Extract Table Data. Extract tables or data in consecutive elements like results pages.
  • For Each UI Element. Let you iterate over consecutive data and perform an action in each case. For example, opening a specific item

Hope it helps!

Hi @Chippy_Kolot

Data scraping is the Classic design instead of you can use the modern data scraping Table extraction

Regards,
Gowtham K

Hi @Chippy_Kolot

İf you want to see Data Scrapping options on the Ribbon;

Open project.json File
Add:

“modernBehavior”:false,

below “fileInfoCollection”: ,
and Save it.

Regards.

2 Likes

in modern design the functionality is offered under “Table Extraction”
grafik

@Chippy_Kolot

If you want the classic data scraping

Follow the below thread,

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