FeelTheFile

Convert JSON to CSV

Paste your JSON (array of objects) and get a CSV ready for Excel or Google Sheets.

Your files never leave your device

How to go from JSON to CSV

  1. 1

    Paste or upload the JSON

    An array of objects is the ideal case.

  2. 2

    Convert

    Keys become columns; each object, a row.

  3. 3

    Copy or download

    CSV ready for Excel or Sheets.

Why use this tool

  • From API to spreadsheet

    Any API's data, straight into Excel.

  • Automatic headers

    The union of all objects' keys forms the columns.

  • Proper escaping

    Commas, quotes and newlines inside values are escaped correctly.

  • Private

    Data never leaves your browser: safe for sensitive information.

Frequently asked questions

Which JSON structures are accepted?

Arrays of objects (the usual API shape), arrays of arrays, and single objects (converted to key-value pairs).

What about nested values?

Nested objects and arrays are serialized as JSON inside their cell, so no information is lost.

What if my objects have different keys?

Columns are the union of all keys; missing values become empty cells.

Can I paste sensitive data?

Yes: the conversion is 100% local, nothing is sent to any server.

Related tools