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

  1. 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
  2. Column Value: A list of data you want to input into that column.
    • Type: List<Text>

Node Parameters

  1. New CSV: This allows you to create a CSV from scratch.
  2. Existing CSV: This creates a new CSV based on the structure of an existing CSV.

Node Outputs

  1. File: The new CSV file
    • Type: File
    • Example usage: {{csv_writer_0.file}}