I created a SSIS package that is supposed to import data from n amount of xls files.
I have 3 xls files in a source folder.
SSIS package supposed to run and pick only .xls files and import the data into database.
However, when run, it imports 3 times the data from the same file.
Looks like my for each container just runs three times and picks up only 1 file for import.
Here are some screenshots:


Why is that?