NDJSON to SQL Converter
Turn JSON Lines (one object per line) into INSERT batches—fully client-side.
NDJSON is parsed only in your browser. No log lines are uploaded or stored by Infyways.
NDJSON (JSON Lines)
One JSON object per line. Column order follows first-seen keys.
SQL
No lines to parse.
Highlights
For log pipelines and streaming exports.
Runs locally
All parsing happens in your browser.
Union of keys
Columns are the union of keys across lines, in first-seen order.
How to Use
Simple 2-step process
Step 1
Paste NDJSON where each line is one JSON object (common for logs and streaming exports).
Step 2
Set table name and SQL dialect; nested objects are stored as JSON text in the cell.
Frequently Asked Questions
Everything you need to know about this tool and how it works.
See Full FAQNo—only JSON objects (key/value) rows are supported for INSERT columns.
Still have questions?
Can't find what you're looking for? We're here to help you get the answers you need.