ToolBuddy
In Browser

CSV to SQL

Turn CSV into SQL INSERT statements. The header row becomes columns. Rows stay in the tab.

Runs in your browser. Nothing is uploaded.

0 characters · 0 lines

0 characters · 0 lines

About this tool

Turn CSV into INSERT statements. The header row is the column list. Values are quoted like the JSON to SQL tool.

How to use: paste CSV, set a table name, copy. Jagged rows get empty cells.

Example: id,name plus two rows becomes INSERT INTO "users". Related: CSV query to filter before you generate SQL.

Related Convert tools