I have a flat file which importing data to the sql server DB table. Everything is working fine without any error. But SSIS log gives me couple of warnings of the same type which is:” There is a partial row at the end of the file".
I have a job setup in sql servere which executes the package to import data from the flat file. Job is running fine without any failure. I wanted to get some expert opinion about how can I get rid of this warning in my SSIS log? Or should I keep it as it is, since it's not causing any problem as of now.
Please give me some suggestion.
Thanks all.