JSON Parser

Convert JSON to CSV

Powered by Keboola

Supported formats

JSON Parser can process files, that contain a single JSON structure or a line delimited set of JSON structures. In the second case every JSON structure must be on a single line.

Single JSON file

File contais only a single JSON structure (root), but can contain multiple nested elements.

Line delimited JSON file

Each line of the file contains a JSON structure.

Output

Output is a compressed archive with all nested structures decomposed to the CSV format.

Nested structures are stored in separate files that are linked together with a unique identifier (foreign key JSON_parentId).

Maximum file size is 10MB! For larger files use the Url method.