Toolora

JSON to CSV

Convert JSON arrays into CSV tables with custom delimiters.

The JSON to CSV converter turns a JSON array of objects or arrays into a delimited CSV table. Choose a separator that matches your spreadsheet or database workflow.

How to use

  1. Paste a JSON array into the input field.
  2. Choose a comma, semicolon or tab delimiter.
  3. Copy the generated CSV.

Frequently asked questions

How are object keys handled?

The union of all object keys becomes the CSV header row, and missing values are left empty.

Does it convert a JSON object?

The input must be an array; wrap a single object in brackets to convert it.