CSV to SQL
JSON to SQL
Puzzles
Scores
Log in
Sign up
Local File
Options
Target DB
MySQL/MariadDB
PostgreSQL
Generate DDL
Generate DMLs
Auto Increment Primary Key
Table Name (optional)
Ignored columns (optional)
Rename columns (optional)
Column delimiter (optional)
,
;
:
^
|
Space
Tab
Convert
About
Converts CSV data to SQL schema and insert statements
You can specify a column as primary key in Options
Primary key type is mapped to
integer
if value is numeric
Numeric values are mapped as
decimal
Text values are mapped as
varchar(64)
if all the rows for that column contain text 64 characters or less
text
if any of the rows for that column contain text 64 or more characters
Please note
For an anonymous user (not logged in)
SQL statements will be stored on our servers for a period of time defined as purge interval
SQL sessions belonging to anonymous users are purged after 10 days
SQL sessions for anonymous users are not visible on the website unless you share the link
If you accept these conditions, click Run or click Cancel