Hey,
I'll be getting some files from FTP folder which has been set like this: There is a main folder (Processed), then there is a subfolder(2012), and then there are further subfolders which have files for the entire year of 2012. For e.g. In the January Folder, we have files like this:
File1.xls
File2.xls
HicnFileJan.txt
Similarly for the Feb folder:
File1.xls
File2.xls
HicnFileFeb.txt
What I envision doing is, I can have my FTP task, in the local path, I can set up my local directory where I want to get these files and then have my dataflow to process these tasks. But, my question is, How can I loop through these folders and just get HicnFileJan.txt, HicnFileFeb.txt....HicnFileDec.txt.
Do, I definitely need to have a For-Each Loop container? Can't the FTP task directly process these files?