Skip to content
← Tools
Integration & APIs

CSV ↔ JSON converter

Convert flat files to JSON and back, with a real RFC 4180 parser — quoted delimiters, embedded newlines and leading zeros all survive.

A real RFC 4180 parser, not a split(","): quoted delimiters, embedded newlines and escaped quotes all survive the round trip, and a UTF-8 BOM is stripped rather than glued to your first column name. Type inference is off by default on purpose — turning 007-A or a postcode into a number is the most common way a CSV import quietly corrupts data. Everything runs in your browser.