I have two CSV files. Content of first file "c.csv" is :
Id,Name
1,Abhishek
2,Abhi
and 2nd file "d.csv" is empty.
In SSIS, after creating a package. I am creating a control flow, then data flow. In the data flow, I am importing "flat-file source" followed by creating a 'connection manager' and browsing file "c.csv". After this, I am importing "flat-file source" and using the same 'connection manager' then browsing my empty file 'd.csv'. After executing this, I am getting header transferred and error in "flat-file source" with a red link.
Actually, I am a beginner, I am unable to solve this basic issue. So please provide me an explained solution or any useful resource.
Thank You so much.