When the heading has a tailing delimiter, it will create wrong SQL file, like:
insert into table_1 (field_1,field_2,,) VALUES(‘data1′,’data2’,”);
Now it be fixed, you can try: http://www.withdata.com/data-convert/csv-to-sql.php
by Shiji Pan
When the heading has a tailing delimiter, it will create wrong SQL file, like:
insert into table_1 (field_1,field_2,,) VALUES(‘data1′,’data2’,”);
Now it be fixed, you can try: http://www.withdata.com/data-convert/csv-to-sql.php