Pineflo
Developer Tools

JSON to CSV Converter

Convert a JSON array of flat objects into a CSV table.

Quick help

A few quick notes before you start.

Which JSON format is accepted?

Upload a JSON array of flat objects. Each item should be an object with scalar values like strings, numbers, booleans, or null. Nested objects and arrays are not supported in this first version.

Example JSON input

[
  { "name": "Ada", "active": true },
  { "name": "Linus", "active": false }
]

Upload a file

Upload your file and we’ll prepare the result for download.

You’ll be taken to a progress page while your file is being prepared.