SQL ↔ CSV Converter
Convert CSV rows to SQL INSERT statements, or extract data back out.
Runs in your browserAbout this tool
Getting data into or out of a SQL database sometimes means bridging the gap between CSV (what most tools export) and SQL INSERT statements (what a database import script needs), and writing that conversion by hand for more than a few rows is tedious and error-prone with quoting and escaping. This tool converts CSV rows into SQL INSERT statements, or extracts data back out of INSERT statements into CSV, handling the format translation in both directions.

