DataTable Activities for UiPath Windows Project

Description

This package contains automations for advanced and frequently used DataTable features.

  1. Change Column Order - Changes the ordinal or position of the DataColumn to the specified ordinal or position.
  2. CheckMandatoryColumnsExist - Checks if all the mandatory columns exists in the DataTable.
  3. ConvertArrayIntoDataTable - Converts an array into the DataTable.
  4. DataTable Operations - Compares DataTables to be matched, unmatched, combines list of all rows in both tables.
  5. DataTable to Dictionary - Converts DataTable to Dictionary.
  6. DataTable to HTML - Writes a DataTable to HTML String.
  7. DataTable to JSON- Writes a DataTable to JSON String.
  8. JSON String to DataTable - Writes a JSON String to DataTable.
  9. DataTable to XML- Writes a DataTable to XML String.
  10. Display DataTable Columns - Prints all column names of a DataTable.
  11. Merge DataTable Horizontal - Merges two DataTables horizontally.
  12. Rename Column - Renames the column name with a new name.
  13. Replace string in DataTable - Replaces a particular string with a new string in the entire DataTable.
  14. Select certain Columns - Selects certain columns from a DataTable.
  15. Skip/Take Rows - Skips/Takes rows from a specified DataTable.
  16. Transpose DataTable - Converts DataTable Columns to Rows and Rows to Columns.

Features

  1. We can easily change the column position.
  2. We can easily convert the given DataTable to Dictionary, JSON, XML and HTML String, and we can also convert JSON string to DataTable.
  3. We can easily replace a particular string in an entire DataTable.
  4. We can easily convert Columns to Rows and vice versa.
  5. We can easily replace column names and print all column names in a given DataTable.
  6. We can merge two DataTables horizontally.
  7. We can easily convert Arrays into DataTable.

Link

Date

2024-12-19

Related UiPath products

Studio