I have 3 million rows customers.csv file. When I import it in SQL 2008, I am getting a data source step in a data flow. "[Source - Customers_csv [1]] Error: The column delimiter for column "CCode" was not found." CCode is the last column in the file.
The error is on data row 82824. I can't open this 2GB file to look what is going on.
How could I just ignore this error?
ob