CSV to SQL Converter
Turn CSV rows into SQL INSERT statements.
Input
Output
Paste CSV with a header row and get one INSERT statement per row for your chosen table.
How to use
- Enter the target table name.
- Paste CSV with a header row.
- Copy the generated INSERT statements.
Frequently asked questions
- How are values quoted?
- Numbers are left bare, empty cells become NULL, and text is single-quoted and escaped.
- Does it handle quoted fields?
- Yes, quoted CSV fields with commas and escaped quotes are parsed.