How it works
How to use the SQL to CSV Converter
Paste or open your input
Type, paste or drop a file into the left editor — or press Sample to try it.
Adjust the options
Use the options in the toolbar; the result updates as you type.
Copy or download the result
Copy the output or download it as a file.
About the SQL to CSV Converter
Convert SQL INSERT … VALUES statements into CSV. Column names come from the INSERT column list or a preceding CREATE TABLE; strings, numbers, NULL, booleans and escaped quotes are parsed correctly, and multiple tables are supported. Handy for turning a database dump into CSV.
Built for developers
Why developers use it
Private by design
Runs 100% in your browser. Nothing you paste is uploaded, logged or stored on a server.
Instant results
Output updates as you type, with precise error locations when something is wrong.
Works offline
Once loaded, the tool keeps working without a connection. Install it as an app if you like.
Free, no sign-up
No accounts, no limits, no watermarks.
FAQ
Frequently asked questions
Is my data uploaded anywhere?
No. Everything runs locally in your browser — nothing you type, paste or open is sent to a server, logged or stored. The tool keeps working offline once the page has loaded.
Keep going
Related tools
- SQL to JSON ConverterConvert SQL INSERT statements to JSON
- JSON to SQL ConverterGenerate INSERT statements from JSON
- SQL to TSV ConverterConvert SQL INSERT statements to TSV
- SQL to XML ConverterConvert SQL INSERT statements to XML
- SQL to YAML ConverterConvert SQL INSERT statements to YAML
- SQL to HTML Table ConverterConvert SQL INSERT statements to HTML Table
- CSV to SQL ConverterGenerate INSERT statements from CSV
- CSV to TSV ConverterConvert comma-separated to tab-separated values