Hi I have created basic SSIS package that reads data from Flat Txt file using comma separated and inputs into MS SQL database. Package is working alright but when there is no data in the flat file Then it displays message "No records found." when ever flat file has this message my package stops working as column mapping distracts. Any idea to solve this issue.
Note: Flat file is generated by some automatic tool I cant change it.
Sample File:
====================== Here is output ================
You can see Both Lookup Match and No Lookup are running.