CSV
CSV Processor – Parse & Produce CSV
Summary (SEO Meta Description):
The CSV Processor in WeHub converts between CSV text and structured workflow objects.
Available actions: Parse and Produce.
Overview
The CSV Processor enables workflows to work with CSV-formatted data.
It can ingest CSV files or strings, parse them into structured objects, and also produce CSV output from workflow data.
This processor is essential for data integration, reporting, and file-based interoperability with external systems.
⚙️ Available Actions
| Action | Description | 
|---|---|
| Parse | Converts CSV text into structured objects (arrays of records). Supports delimiters, truncation, and schema validation. | 
| Produce | Generates CSV-formatted text from workflow objects. Supports schema enforcement and truncation. | 
💡 Example Use Cases
- Healthcare → Import CSV exports of patient records or schedules into workflows.
- Finance → Generate CSV transaction summaries for accounting systems.
- Ops → Parse HR roster data and export workflow logs in CSV for compliance.
FAQ
Q: Does CSV Processor support custom delimiters?
A: Yes, the Parse action allows configuring delimiters. Produce outputs standard CSV.
Q: What happens if a row has missing values?
A: Missing fields are parsed as empty strings unless schema validation enforces a structure.
Q: Can I truncate large fields?
A: Yes, both Parse and Produce actions support field truncation.
Keywords: WeHub CSV Processor, Parse CSV, Produce CSV, CSV ingestion, CSV export, structured data