SQL β JSON/CSV Converter
Convert between SQL INSERT statements and JSON or CSV formats
SQL INSERT Statements
JSON Output
Usage Tips
- SQL to JSON/CSV: Paste INSERT statements with VALUES. Supports single and multi-row inserts.
- JSON to SQL: Paste a JSON array of objects or a single object.
- CSV to SQL: First row should be headers, followed by data rows.
- Table Name: Customize the table name for generated SQL statements.
- Supports NULL, TRUE/FALSE, strings, and numbers.