I have a table created like this:

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?