Convert JSON to CSV
Powered by KeboolaJSON 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.
File contais only a single JSON structure (root), but can contain multiple nested elements.
Each line of the file contains a JSON structure.
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.