Skip to main content

CSV Reader

Read CSV files into structured rows

Properties

PropertyValue
Typecsv-reader
FamilyActions
GroupFiles & Storage

Parameters

NameLabelTypeDescriptionRequired
fileFileJSONFile handle, URL, or local path to the CSV fileYes
hasHeaderHas HeaderBoolWhether the CSV contains a header rowNo
delimiterDelimiterStringCSV delimiter characterNo
encodingEncodingStringFile encoding (utf-8, utf-16le, utf-16be, iso-8859-1)No

Outputs

NameLabelTypeDescription
rowsrowsarrayParsed rows
metametaobjectParsing metadata