Code Transformer & LLM Sanitizer

transform.ignlab.net

100% Local Processing • Zero Data Transmitted • Safe for Proprietary Code
Mode
AI Safeguard {{ redactions.length }} redacted
Indent
No history yet — copy or download a result to save it here.
Source {{ activeMode.from }} detected: {{ detectedLabel }}
Drop file to load…
{{ inputGutter }}
{{ inputError }} {{ stats.in.lines }} lines · {{ stats.in.chars }} chars · {{ stats.in.bytes }}
Output {{ activeMode.to }}
{{ output }}{{ outputError ? '' : 'Transformed output appears here…' }}
⚠ {{ outputError || copyError }} {{ stats.out.lines }} lines · {{ stats.out.chars }} chars · {{ stats.out.bytes }}
🛡 Sanitizer redacted {{ redactions.length }} sensitive item{{ redactions.length===1?'':'s' }} before transforming
{{ r.name }} ×{{ r.count }}

SQL INSERT to JSON Converter

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.

How to use it

  1. Paste your source into the panel — or click Sample to see it work instantly.
  2. The SQL INSERT to JSON mode is pre-selected for you.
  3. Copy or download the result — nothing is ever uploaded, it's all done locally in your browser.

Frequently asked questions

Does it support multi-row INSERT statements?

Yes, every comma-separated tuple after VALUES becomes its own object in the output array.

How is NULL handled?

A bare NULL value becomes JSON null; quoted 'NULL' stays the literal string.

Does it run the SQL anywhere?

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.