Free CSV to SQL Insert tool
Turn CSV exported from Excel, Google Sheets, Notion, CRMs, or admin systems into SQL insert scripts for small migrations, seed data, and one-off imports.
CSV import SQL generator
Paste CSV data, choose a database dialect, and generate copy-ready INSERT INTO statements with an optional CREATE TABLE statement. Everything runs locally in your browser.
Your CSV never leaves the browser. Review generated SQL in a test database before importing production data.
Turn CSV exported from Excel, Google Sheets, Notion, CRMs, or admin systems into SQL insert scripts for small migrations, seed data, and one-off imports.
Identifier quoting and boolean literals adapt to PostgreSQL, MySQL, SQLite, and SQL Server.
The tool runs locally and is not meant for huge CSV files or complex cleaning jobs. For large imports, use COPY, LOAD DATA, or your database import wizard.