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 [...]