transform.ignlab.net
{{ output }}{{ outputError ? '' : 'Transformed output appears here…' }}
Paste an INSERT INTO table (col1, col2) VALUES (...), (...) statement — from a database dump, a migration script, a support ticket — and get a JSON array of row objects back, one per VALUES tuple, keyed by the column list.
Yes, every comma-separated tuple after VALUES becomes its own object in the output array.
A bare NULL value becomes JSON null; quoted 'NULL' stays the literal string.
No — this only parses the statement’s text client-side, nothing is executed or sent to a database.
Need a different conversion? Browse all conversions, sanitize secrets with AI Safeguard, or read the guides.