CSV Parser
Overview
The CSV Parser node converts CSV strings into structured data arrays (parse mode) or generates CSV output from data arrays (generate mode). It handles quoting, escaping, custom delimiters, and header row configuration. Zero dependencies.
Category
File — file/csvParser
Inputs & Outputs
- input1 — CSV string (parse) or data array (generate)
- output1 — Parsed rows or CSV string