CSV to SQL Converter
Upload a .csv file or paste CSV data directly. Generates a CREATE TABLE plus INSERT statements, with column types auto-detected. All processing happens in your browser — nothing is uploaded to any server.
How to use:
- Upload a .csv file using the button below, or paste CSV data directly into the textarea
- Select your target SQL dialect
- Optionally enable multi-row INSERT for compact output
- Click "Convert to SQL" to generate statements
CSV Input
SQL Output
SQL will appear here.