From the course: UiPath Studio Essential Training

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Data scraping

Data scraping

- [Instructor] In this video, we will talk about data scrubbing and table extraction. Let's see our example here. Let's go back to our login to Acme website that we already created in a previous video. If we go to Acme website here, after login, if I press Login, you will find this dashboard. And if I click on Work Items, I will find this table with all these data columns and rows. What if I want to extract all these columns and rows and save it in Excel file? And that's what we would see in our example here. How to do table extraction and to scrub all these data and save it to our Excel file? So, let's go back to UiPath and go back to the previous example. Login to Acme website. We already did the part that do the login. Now, I want to do another workflow to do the extract part. So, I will click New and I will click Workflow. And this workflow I will name it Extract Data Work Items and I will click Create. So, after login, what I need to do after login, I need to press these work…

Contents