Update your browser or use a current version of Chrome, Edge, Firefox or Safari.
JSON represents nested values and typed data, while CSV represents rows and columns in a broadly portable text format. Converting between them requires explicit choices for nesting, delimiters, and value types.
The supported JSON shape is an array of objects. Nested objects can become dotted columns such as user.address.city, or nested values can remain JSON strings. Arrays are preserved as JSON text.
Comma, semicolon, tab, and pipe delimiters are supported. Automatic detection is available while importing. Quoted fields correctly preserve delimiters and line breaks inside values.
Spreadsheet software may interpret cells beginning with =, +, -, or @ as formulas. Protection is on by default for CSV export and visibly documented next to the control.
No. Import preserves strings by default; optional type inference can convert clear numbers, booleans, and null values.
The preview shows at most the first twenty rows while the complete local result remains available to copy or download.