SQL to CSV
Parse CREATE TABLE and INSERT INTO statements and export the result as CSV.
Free & unlimited
SQL statements
198 chars
All processing happens in your browser. No data is sent to any server.
About this tool
- 1
Paste SQL
Paste SQL containing CREATE TABLE and/or INSERT INTO statements.
- 2
Preview data
View the extracted data as a table before downloading.
- 3
Export
Download as CSV.
- Handles both single-row and multi-row INSERT syntax.
- Column names are extracted from CREATE TABLE or INSERT INTO column lists.
- If SQL contains multiple tables, each is shown in a separate tab.
- Parse CREATE TABLE and INSERT INTO
- Multi-row INSERT support
- Multiple tables
- Table preview
- CSV export
- Extracting data from SQL dumps without a database
- Converting SQL seed data to CSV for analysis
- Migrating data between formats