Skip to main content

DataTable

The DataTable package provides powerful in-memory data manipulation capabilities for RPA automation. It allows you to create, modify, query, and transform tabular data structures similar to database tables or spreadsheets without requiring external files or databases.

DataTables are ideal for:

  • Processing and transforming data extracted from various sources (Excel, CSV, databases, web scraping)
  • Performing complex data operations like filtering, sorting, merging, and lookups
  • Building temporary data structures for automation workflows
  • Aggregating and analyzing data before writing to output destinations