Your files stay on your device

SQL INSERT to CSV / JSON

Paste INSERT statements and get their rows back as CSV, TSV, JSON, JSONL, or a Markdown table. It is a bounded single-statement reader ('' escapes, NULL, numbers, booleans), never a general SQL engine. Statements are parsed, never executed.

INSERT statements
INSERT INTO tbl (cols) VALUES (…), (…); shows the bounded subset
Output
What this tool does not do
  • No database connection exists here and none will. The tool reads text, it does not run it.
  • Expressions, functions, DEFAULT, subqueries, comments, and multi-row SELECT … INSERT forms are outside the subset and refused with the construct named.
  • SQL NULL and '' both land as empty cells in CSV/TSV: text formats cannot tell them apart.
Nothing in yet

Paste, drop, or type to begin. Everything stays on this device.

bounded INSERT reader