Vishal Mishr
Vishal Mishr

Reputation: 207

for each loop container SSIS

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

Answers (1)

Nidhin HS
Nidhin HS

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

Related Questions