This node reads the data from a CSV/Excel file and outputs data in each column as a list.

Node Inputs

  1. File: The CSV file you want to read.
    • Type: File

Node Parameters

  1. File Type: The type of file you want to read. The available types are: CSV and Excel. The default is CSV.

Node Outputs

Dynamic Outputs: All the headers for columns will be treated as individual outputs with the types as List<Text>.

Considerations

  • For CSVs, the file must have headers in the file.

Example

The below example shows a pipeline that takes in a CSV file and outputs the data from a column as a list.

  1. CSV Reader Node: Reads the CSV file.
  2. Output Node: Displays the data in each column as a list
    • Output: {{csv_reader_0.fruit_a}}

CSV Utilized