// converters
CSV to YAML.
Parse CSV (with quoted fields) and produce a YAML array of mappings using the first row as headers.
Client-sideStrict quotingNo upload
CSV input
YAML output
FAQ
How are headers handled?
The first row is treated as the column headers. Each subsequent row becomes a YAML object keyed by those headers.
What about quoted fields with commas?
Quoted fields with embedded commas and "" escaped quotes are supported.