Skip to content

CSV Activities

Version: 1.0.0  ·  ID: zoan-packages-csv  ·  Author: Zoan Software

The CSV package reads and writes CSV (comma separated values) files using a DataTable. CSV is the most universal tabular data exchange format: almost any system exports and imports it. If you work with data from one source and need to deliver it to another, CSV is usually the bridge.

  • Delimiter: Although “CSV” stands for comma-separated, many files (especially in locales that use the comma as a decimal) use semicolon ; or tab. Adjust the delimiter parameter according to your file.
  • Headers: By default the first row is treated as column names (hasHeader = true).
ActivityTypeOutputWhat it does
Read CSVread-csvDataTableRead a CSV to a DataTable
Write CSVwrite-csvstringWrite a DataTable to a CSV