Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt

Use this file to discover all available pages before exploring further.

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