How-To: Insert CSV file into Database Table (csv2sql.com)
Apr.02, 2008 in
Development
I’ve developed a simple online tool that allows you to convert a CSV file into SQL statements that can be inserted into a database table. It’s a simple process:
Create a CSV file containing your data
The first row of the CSV file should contain column titles which exactly match the fields in your database table
Go to [...]
