Converting from CSV
CSV input is parsed with PapaParse — delimiter auto-detection, quoted fields, and header rows are supported before mapping to the target format.
Output as JSON
Structured output is pretty-printed JSON. Spreadsheet rows can become an array of objects with header keys.
All conversion runs locally in your browser via Web Workers. Your files are not sent to any server, which makes ydoconv suitable for confidential documents, drafts, and large batches.