I've around 100 flat files(CSV) in a folder and I need to load them into a single text file. The column structure is same for all the source files and has to be the same in destination as well. I know, using Foreach container in SSIS, it can be done. Tried doing it so but the loop is not running and only one file data is be loaded into the destination and execution will finish. Please suggest to fix it so that loop runs through all the files in the source folder.
Thanks in advance, Krishna