I have created a folder containg two text files and then i create a foreachloop container in ssis which will go through each file and transfer the data(using data flow task) into two tables.
My package executed successfully but the problem is , the foreachloop container loop over the text files twice which creats a duplicate set of data. I am not able to figure out why this happen.
Please HELP.