CSV Reader Node
Last updated
Last updated
This node reads the data from a CSV/Excel file and outputs data in each column as a list.
File: The CSV file you want to read the data from
Type: File
Face of the node
File Type: The type of file you want to read. The available types are: CSV and Excel. The default is CSV.
Dynamic Outputs: All the headers for columns will be treated as individual outputs with the types as List<Text>.
For CSVs, the file must have headers in the file.