CSVProduce
CSV Processor – Produce
Summary (SEO Meta Description):
The CSV Processor’s Produce action in WeHub converts structured workflow objects into CSV text.
Configure schema and truncation to reliably generate CSV files.
Overview
The Produce action generates CSV-formatted text from workflow objects.
It is useful for exporting workflow results, generating reports, or integrating with systems that require CSV file exchange.
With optional schema validation and truncation, the produced CSV can be controlled for size and structure.
⚙️ Configuration Options
| Field | Type | Description | 
|---|---|---|
| Label | String | Custom name for the node (e.g., "Export Payroll CSV"). | 
| Truncate Field | Boolean | Toggle to shorten large field values before writing CSV. | 
| Schema | Schema | Optional schema to enforce structure of the generated CSV. | 
💡 Example Use Cases
- Healthcare → Export appointment reminders into CSV for third-party distribution.
- Finance → Generate transaction reports in CSV format for accounting systems.
- Ops → Output workflow results (logs, summaries) into CSV for compliance reporting.
FAQ
Q: Can I customize delimiters when producing CSV?
A: Not directly in Produce. The Parse action supports delimiters, while Produce uses standard CSV format.
Q: What happens if fields exceed size limits?
A: Enable Truncate Field to shorten large strings.
Q: Does it include headers automatically?
A: Yes, object keys are used as CSV headers unless schema rules specify otherwise.
Keywords: WeHub CSV Processor, Produce CSV, CSV export, CSV generation, structured data