What is JSONL or NDJSON?
JSONL (NDJSON) stores one JSON object per line, which is ideal for streaming and big data processing.
Why convert CSV to JSONL?
JSONL is easy to process line by line and is common for logs, ML datasets, and data warehouses.
Is this CSV to JSONL converter free?
Yes. It is free forever with no signup or limits.
Does my data get uploaded?
No. Everything runs locally in your browser.
Does it work offline?
Yes. After the page loads, conversion works offline.
How are quoted fields handled?
Quoted commas and escaped quotes are parsed correctly.
Is this the right format for OpenAI fine-tuning?
OpenAI needs a messages JSONL structure. Use the CSV to OpenAI Format tool for that.