Toolzy

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

  1. Enter the target table name.
  2. Paste CSV with a header row.
  3. 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.

Related tools