JSON to CSV Converter
Convert JSON arrays to CSV format for Excel or spreadsheets.
Features
- Flattening: Automatically flattens nested objects into dot-notation headers (e.g.,
user.address.city). - Header Generation: Scans all objects to ensure every unique key is represented as a CSV column.
- Escaping: Properly escapes quotes and handles commas within values.
- Excel Compatible: Output formatted for direct use in Excel or Google Sheets.
How to Use
- Paste a JSON Array of objects into the input area.
- The tool will generate a CSV string.
- Copy the CSV and save it as a `.csv` file or paste directly into a spreadsheet.