Loading…
Loading…
Loading…
Convert JSONL to CSV. Paste text or choose a file, review the result, then copy or download it.
Need the reverse direction? Convert CSV to JSONL.
Defined conversion policy
Tabular conversion infers numbers, booleans, and null values. Nested object paths use dot notation, duplicate headers receive deterministic _2 suffixes, ragged rows are padded, UTF-8 BOMs are removed, and output uses LF line endings.
{"id":1,"name":"Ada"}
{"id":2,"name":"Linus"}id,name 1,Ada 2,Linus
Paste or open JSONL data, review any validation message, then copy or download the CSV result.
Inputs are capped at 20 MB. More expensive browser work reports progress, can be cancelled, and has a timeout so the page stays responsive.
Yes. The formats model data differently, so some type or structural information may change. The converter documents its deterministic mapping on this page.
Integers are retained as BigInt internally and become strings when JSON cannot represent them safely. NaN and Infinity produce a clear error instead of invalid JSON or rounded output.