String To Csv Node
The String To Csv node converts structured data to CSV format.
Description
The String To Csv node converts structured data (typically an array of rows) into CSV format string.
Execution Inputs
- In (execution): The execution flow enters through this pin
Variable Inputs
- Data (any): The data to convert to CSV (structured data with rows)
Execution Outputs
- Out (execution): Execution continues after conversion
Variable Outputs
- CSV (string): The CSV-formatted string
Special Notes
- Input data should be structured with rows and optionally headers
- Output is a CSV-formatted string
- Useful for converting data formats or creating CSV files
Example Usage
Convert structured data to CSV format, or create CSV strings from arrays of data.
Flow Download Example
Placeholder for flow download example
Additional Pictures
Placeholder for additional node images and examples