Convert CSV to SQL INSERT statements
Paste CSV with a header row and get one SQL INSERT statement per data
row, ready to paste into psql, the MySQL client or SQL Server. The parser
follows RFC 4180, so quoted fields and embedded commas are handled correctly,
and optional type inference turns clean numbers, booleans and empty cells into
real SQL NULL, TRUE/FALSE and numeric literals instead of strings.
Everything runs locally in your browser — nothing is uploaded, which makes it safe for confidential spreadsheets and exports.