Subscribe

UiPath Studio

The UiPath Studio Guide

Generating Tables from Unstructured Data

You can also generate tables from unstructured data and store the information in DataTable variables, by using the Screen Scraping Wizard. Variables can then be used further in your automation projects to populate your database, an Excel sheet or many others.

📘

Note:

It is recommended to run your web automations on Internet Explorer 11 and above, Mozilla Firefox 50 or above, or the latest version of Google Chrome.

To create your table from unstructured data you can use the following whitespace characters as column and line separators:

  • space
  • tab
  • newline
    Please note that you can use more than one option for each type of separator.

In addition, you can:

  • automatically detect column types;
  • use the first row as column headers;
  • ignore the first column;
  • use predefined columns (if they exist).

In the Designer panel, the result of the screen scraping contains the following, in sequential order:

436

To take advantage of this feature, do the following:

  1. Open the Screen Scraping Wizard.
  2. Point to the information you want to extract, such as a web page or a PDF. A preview of the scraped information is displayed in the wizard.
1103
  1. Click Copy to Clipboard and then Finish. The data is copied to the clipboard and the auto-generated automation project is displayed in the Designer panel.
  2. In the Activities panel, search for Generate Data Table activity, drag-and-drop it in the workflow, under the Get Full Text activity.
  3. Click on Generate Data Table inside the activity. The Generate Data Table Wizard is displayed, where you can actually start tweaking your soon to be table.
1110
  1. Select the column and newline separators you want and tweak the rest of the parameters to your liking.
  2. Click Preview. The Test Preview section is updated, displaying how your data could be arranged.
  3. Perform steps 4 and 5 until you get the desired outcome.
  4. Click OK. The automation project is displayed in the Designer panel.
425

Updated 3 years ago


Generating Tables from Unstructured Data


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.