Guides

Every conversion between JSON and a spreadsheet format has to make the same three decisions: what counts as a row, what counts as a column, and what happens when two rows disagree. These guides take one format pair at a time, show the mapping with real input and real output, and cover the places where a file that is technically correct still ends up wrong on your screen.

JSON to CSV

How to Convert a JSON to CSV

Three steps, the two settings that decide what your file looks like, and the exact output for 24 input shapes — including the nested objects and arrays that do not map the way people expect, and the Excel import that stops leading zeros and long IDs being mangled.

Converters