Convert JSON into tablular data. Most common JSON structures will work, so give it a try!
Here is an example converting the noble prize winners JSON API .If you need more flexibility try the python libary/cli.

Why flatterer over other JSON to CSV converters?
  • One-to-Many relationships are delt with by creating multiple tables instead of a single wide table with lots of headers. This makes analyzing deeply nested JSON structures easier.
  • The conversions are done in locally in the browser, so the data is not sent to a server.
  • Fast and can deal with data ~1GB or more of JSON if you have enough RAM.
  • Lots of options including an XLXS Converter.
JSON Input

Options

Position in JSON: