SQL to CSV/JSON Converter
Convert SQL INSERT statements or query results to CSV or JSON format.
How to Use
- Paste SQL INSERT statements or tabular query output
- Click "Parse SQL" to extract the data
- Preview the extracted data in a table
- Download as CSV or JSON
All processing is done in your browser, and files are never sent to a server.
Frequently Asked Questions
What SQL formats are supported?
SQL INSERT INTO statements and tabular SELECT output (with | separators) are supported.
Are my files uploaded to a server?
No, all parsing happens locally in your browser.
Can it handle multiple INSERT statements?
Yes, the tool can parse multiple INSERT statements and combine them into a single dataset.
Does it support all SQL dialects?
The parser handles standard INSERT syntax. Some vendor-specific extensions may not be fully supported.
Is there a size limit?
There is no hard limit, but very large SQL dumps may slow down the browser.
Does it work on mobile?
Yes, the tool works on all modern browsers including mobile.