Csv To String Node
The Csv To String node converts CSV data to a string representation.
Description
The Csv To String node converts CSV data into its string representation, useful for displaying or storing CSV data.
Execution Inputs
- In (execution): The execution flow enters through this pin
Variable Inputs
- CSV (any): The CSV data to convert to string
Execution Outputs
- Out (execution): Execution continues after conversion
Variable Outputs
- String (string): The CSV data as a string
Special Notes
- Converts CSV data structure to its string representation
- Useful for serialization or display purposes
- Output can be used with text nodes or saved to files
Example Usage
Convert CSV data to string for display, logging, or saving to text files.
Flow Download Example
Placeholder for flow download example
Additional Pictures
Placeholder for additional node images and examples