Convert CSV files to SQL INSERT statements

Do you want to covert CSV files - comma separated data - into SQL for a MySQL database? Then upload your CSV file, and watch as we turn it into some nice neat SQL, for importing into your MySQL database.

If you add a table name and you have column names as the first row of your CSV file, you can generate a CREATE TABLE statement as well as the INSERT statement, otherwise the converter will just create an SQL INSERT statement.

While you can choose your field delimiter, your rows must be terminated by a line break, and any strings enclosed by "

My table name is:
 
Here's my CSV File: (<3Mb)
Fields delimited by:

By clicking 'go' you accept the terms of use given below.