File Operations
CSV Writer Node
Write data to a CSV file
This node creates a CSV file either based on inputted lists of data or based on the structure of an existing CSV.
New Data: allows you to specify column names and column values (lists of data that will be inputted in the respective order).
Existing CSV: first, upload an existing CSV. The node will then display the column headers and ask you to specify lists of data that you want to input for each column.
Node Inputs
- Column Name: The name of the column. If Existing CSV is selected, this field will automatically be filled with the column names from the CSV file.
- Type:
Text
- Type:
- Column Value: A list of data you want to input into that column.
- Type:
List<Text>
- Type:
Node Parameters
- New CSV: This allows you to create a CSV from scratch.
- Existing CSV: This creates a new CSV based on the structure of an existing CSV.
Node Outputs
- File: The new CSV file
- Type:
File
- Example usage:
{{csv_writer_0.file}}
- Type: