As mentioned in a previous post, I am new to SSIS packages and making progress in baby steps. I have been successful at using control flow and data flow to pull in a generic test file. However, in reality I will need to import any tab delimited file (regardless of file name) that resides in a specific folder. As an example, lets say the file or files I wish to import are located in a folder located at c:\import and that I have multiple files in this folder with a *.txt extension.
My understanding is that I will need begin my Control Flow procedure using a File System task with a variable. However, after reviewing the help screens I am still a little sketchy on how to set up this variable. Any advice would be much appreciated.
Thank you!
My understanding is that I will need begin my Control Flow procedure using a File System task with a variable. However, after reviewing the help screens I am still a little sketchy on how to set up this variable. Any advice would be much appreciated.
Thank you!