How can I use text automation activities to extract data from a table and display it in UiPath studio

0 votes
How can I use text automation activities to extract data from a table and display it in UiPath studio?
Mar 28, 2019 in RPA by Simran
6,580 views

1 answer to this question.

0 votes

Hi @Simran, if you want to extract data from a table on a webpage and display it, you can use Extract Structured Data activity in UiPath studio. To understand better, follow the mentioned steps one by one:

  1. Create a new Sequence and drag an Open Browser activity to it. 
  2. In the Design ribbon tab, click Data Scraping. The Extract Wizard will be displayed to scrape the Markets table from the page. An Attach Browser activity is generated, containing an Extract Structured Data activity set to retrieve the table contents.
  3. Add an Output Data Table activity in the Do container of the Attach Browser activity, after the Extract Structured Data.
  4. Create a new String variable, called getText.
  5. Select the Output Data Table activity, enter the ExtractDataTable variable in the DataTable field, and the getText variable in the Text field of Output section.
  6. Add a Write Line activity after the Output Data Table activity and insert the getText variable in the Text field.

answered Mar 28, 2019 by Pratibha
• 3,690 points

Related Questions In RPA

–1 vote
1 answer
+3 votes
1 answer

How to extract data from a website and save it to excel using UiPath?

Hi Piyush, if you want to extract ...READ MORE

answered Mar 8, 2019 in RPA by Anvi
• 14,150 points
23,775 views