I am trying to use a for each loop container to loop through a folder location and each file will have a different name. Depending on the filename I will insert each file into a different table. Do I need to have different Flat File sources? How do I get SSIS to grab the files that I am trying to get in the folder location? It only grab the specified file in the connection Manager instead of looping through the folder's entire contents. Also in the Conditional Split, is FINDSTRING() the proper expression to search the [@User::FileName] and decide which Table to insert the Data?
↧