Reputation: 207
Is there any way to skip processed file's placed in a folder and only process new file in For each loop container in SSIS. Rather then Looping all the files just loop through the unprocessed file.
Upvotes: 1
Views: 87
Reputation: 26
Try this instead: Move the processed files to an archive folder. This will make sure that you always process the new files.
Upvotes: 1