CSV to NDJSON

Create NDJSON for logs and streaming pipelines. Runs entirely on your device.

FAQ

What is NDJSON?
Newline‑delimited JSON — one JSON object per line, great for streaming.
How are headers used?
First row becomes object keys; missing headers use col1, col2, ...