Skip to content

DivideDataset

Corey Wallis edited this page Sep 16, 2019 · 2 revisions

FLinders.Helpers.DivideDataset

This UiPath project helps the Robotic Process Automation (RPA) team at Flinders University. It divides a large dataset in a single CSV files into smaller datasets that are used as input for our processes.

Project Dependencies

To use the project, ensure the Flinders.Foundation package is available in a user defined package source in UiPath Studio.

Using the DivideDataset Project

  1. Clone a copy of the Flinders.Helpers repository.
  2. Open UiPath Studio
  3. Open the DivideDataset project
  4. Run the project
  5. Select the file that contains the CSV file
  6. Select the desired dataset size
  7. The automation will divide the CSV file into a series of smaller files in the same folder as the input file
  8. Each smaller dataset file will have:
    1. A numeric suffix in the file name
    2. A matching BatchNumber column added as the first column in the dataset
  9. Use the smaller files as required
Clone this wiki locally