Convert CSV or JSON data to SQL INSERT statements. Supports 5 database dialects. Auto-infers column types.
Try it Free →Paste CSV data or JSON array. Both formats are parsed correctly.
Generate SQL for MySQL, PostgreSQL, SQLite, Oracle, and SQL Server.
Automatically infers column types: INTEGER, VARCHAR, etc. based on the data values.
Also generates CREATE TABLE statement with inferred column types.
All processing is local in your browser. Your data never leaves your device.
Generate a single INSERT with multiple VALUES for efficient batch inserts.
Paste your CSV data or JSON array into the input area.
Select your target database dialect from MySQL, PostgreSQL, SQLite, Oracle, or SQL Server.
Enter the name for your database table.
Click Generate to create SQL. Copy the CREATE TABLE and INSERT statements.