Convert a JSON array (or object) into a clean CSV file — nested fields are flattened automatically. Runs entirely in your browser; nothing is uploaded.
{"market":{"cap":100}} becomes a column named market.cap), and arrays are joined with semicolons. Copy the result or download it as a .csv file you can open directly in Excel, Google Sheets, or Numbers.No. The conversion runs entirely in your browser using JavaScript. Your data never leaves your device, which makes it safe for confidential records.
Nested objects are flattened into dot-notation columns (e.g. address.city). Arrays of values are joined with a semicolon so they fit in a single cell.
Yes. Download the .csv file and open it in Excel, Google Sheets, LibreOffice, or Numbers. If your locale uses semicolons, switch the delimiter to Semicolon.
The tool collects every key across all objects and creates a column for each. Missing values are left as empty cells.