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
5,433 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. In URL field write http://poloniex.com/exchange#btc_xrp
  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
21,588 views
0 votes
0 answers

HOW to extract a column data and save it in the new sheet using UIPATH

Sep 12, 2019 in RPA by anonymous
• 120 points
2,080 views
0 votes
1 answer

What is Get Jobs activity used for in UiPath Studio?

Hey @Rakesh, Get Jobs Activity can be ...READ MORE

answered Mar 14, 2019 in RPA by Abha
• 28,140 points
2,724 views
0 votes
1 answer

How to format text in notepad using UiPath?

Hey @Rashmi, if you want to automate ...READ MORE

answered Mar 18, 2019 in RPA by Anvi
• 14,150 points
7,531 views
+2 votes
1 answer

How can I display current date in "dd-MMM-yy" format in UiPath Studio?

Hi Shilpa, if you want to display ...READ MORE

answered Mar 18, 2019 in RPA by Pratibha
• 3,690 points
16,431 views
0 votes
1 answer

How to check if a string exists in datatable using UiPath?

Hi @Ravi, to check whether a string ...READ MORE

answered Mar 19, 2019 in RPA by Anvi
• 14,150 points
17,068 views
0 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP