← Back to the Data Processing category

CSV Parse

Parses a CSV string into a structured Table format with field definitions and data rows. Automatically infers field types from the data.

DocumentCSVParseData
Try this node

Inputs

NameTypeRequiredDescription
csvstringYesThe CSV string to parse
delimiterstringNoField delimiter character
hasHeaderbooleanNoWhether the first row contains headers

Outputs

NameTypeDescription
tablejson-
rowCountnumberNumber of data rows parsed

Related Nodes in Data Processing