Introduction
CSV (Comma-Separated Values) is a widely used text format for storing tabular data.
The CSV activity pack provides workflow activities for reading data from CSV files into a DataTable and writing DataTable data back to CSV files.
CSV files are accessed through File References, allowing workflows to work with files from supported storage providers, email attachments, and outputs from other workflow activities.
Use Read From CSV to import CSV data into a workflow. Use Write To CSV to create, overwrite, or append CSV files and generate a new File Reference for downstream activities.
Activities
Overview
| Activity | Purpose |
|---|---|
| Read From CSV | Reads rows from a CSV file reference into a DataTable output. Supports column mapping, type conversion, Liquid transforms, and paging. |
| Write To CSV | Writes a DataTable to a CSV file in a folder reference. Can overwrite an existing file or append rows when the file already exists. |