SQL Server Compact Bulk Insert issue

299 Views Asked by At

I have a table created like this:

enter image description here

And in my CSV file something like this:

34650326,Mr,John,Doe,Some Street Some City Some Country,33445566,77889900,[email protected],120.33

For some reason the SQL bulk import from CSV will not do I though, keeps saying

Cannot create script, one or more field names on first line are invalid: Wrong column names:

Can anyone see anything wrong with the CSV?

0

There are 0 best solutions below