Convert JSON to a Downloadable CSV File
Paste JSON data and download it as a properly formatted .csv file. Correct encoding, quoting, and delimiters handled automatically. Free JSON to CSV download tool.
Häufige Fragen
Why does my CSV look wrong when I open it in Excel?
The most common cause is character encoding. Enable the 'UTF-8 with BOM' option before downloading — the BOM (byte order mark) tells Excel to interpret the file as UTF-8, which fixes garbled accented characters, CJK text, and emoji. Also ensure your regional delimiter matches: some European Excel versions expect semicolons instead of commas.