I am trying to insert the data from this link to my SQL server https://www.ian.com/affiliatecenter/include/V2/CityCoordinatesList.zip
I created the table
This can also happen if the number of columns mismatch between the table and the imported file
Try ROWTERMINATOR = '0x0a'. it should work.
ROWTERMINATOR = '0x0a'
you need run BULK INSERT - command from windows login (not from SQL). Now I don't have any examples