Hello
I am importing a .csv file to sql via SSIS. All is going ok although the file that we are trying to import is not what I would call "clean". I can't do anything about that as it is from another company. I have therefore created an error table in SQL as well as the table for the import.
Basically all of the files (over 14000) flow into the error table. I have opened the .csv file in Excel and although some of the rows have blanks spaces instead of NULLs, there are some that I thought would have gone through.
looking at the error codes I get the following:
In my data flow there is a fLat file Source with error out put going to ole db destination
The data flow from the flat file source goes to a derived column to add a column with the System Start Date and then on to a ole db destination.
Nothing too fancy I though
ErrorCode -...