Convert CSV data to a YAML sequence of mappings instantly in your browser. Shows table preview. Swap to YAML→CSV in one click. Powered by csv-parse and js-yaml.
The CSV to YAML converter parses CSV data using csv-parse and serialises the result to a YAML sequence of mappings using js-yaml. The first row is the header row — its values become the YAML mapping keys. The CSV input panel shows a sortable table preview. Both editors are live — swap direction to YAML→CSV with one click.
QIs my data sent to a server?
No. All conversion runs in a Web Worker inside your browser.