Upload Your SQL
Select or drag in a UTF-8 .sql file containing MySQL or MariaDB INSERT INTO statements.
Extract structured rows from MySQL or MariaDB INSERT statements and download a clean CSV with properly quoted headers, commas, and line breaks.
Extract database rows from a supported SQL dump in three simple steps.
Select or drag in a UTF-8 .sql file containing MySQL or MariaDB INSERT INTO statements.
Optionally enter a table filter, then convert. Without a filter, the first table containing insert rows is selected.
Download a standards-compliant .csv file with column headers followed by the extracted database rows.
A dependable way to turn database inserts into portable rows for spreadsheets and data tools.
Both single-row and multi-row INSERT INTO ... VALUES statements are supported, with or without explicit column lists.
Doubled quotes, common backslash escapes, commas, Unicode text, and line breaks are decoded before CSV quoting.
Large dumps can contain several tables. Choose the table you need without mixing unrelated records into one CSV.
An SQL dump is a text representation of database structure and data. MySQL and MariaDB exports commonly use CREATE TABLE statements for schemas and INSERT INTO statements for stored rows. This converter focuses on extracting those insert records into CSV.
CSV opens easily in spreadsheet applications, analytics platforms, scripts, CRM importers, and migration utilities. Extracting one SQL table to CSV makes the data easier to inspect, share, clean, compare, or transfer without running a database server.
Explicit INSERT column lists are used first. When an INSERT omits its columns, the converter reads the matching CREATE TABLE definition. If later inserts introduce additional columns, the CSV header expands and unavailable cells remain empty.
Helpful answers about supported statements, SQL tables, CSV output, and file handling.
Upload the .sql dump, optionally enter a table filter, click “Convert to CSV,” and download the generated .csv file.
The converter extracts MySQL or MariaDB-style INSERT INTO ... VALUES statements and can read matching CREATE TABLE definitions.
Yes. The tool can be used without registration or special conversion software.
Yes. Enter the exact table name in the optional filter. If left blank, the first table containing supported insert rows is converted.
Yes. Each parenthesized value group becomes a separate CSV row.
The upload limit is 25 MB, with a maximum of 50,000 data rows and 500 columns.
The original SQL file is deleted immediately after conversion. Generated CSV files older than 24 hours are removed automatically.
It may use unsupported COPY or vendor-specific syntax, lack INSERT column lists and a CREATE TABLE schema, contain unfinished quotes, or exceed a file limit.