Currently created an SSIS package that goes through a folder and brings back the latest file depending on the file name. I've done this by using a Foreach Loop container
In testing it has worked fine, I've used about 20 files, all worked fine. However when then trying to put this into the live environment, where it going through approx 200+ files, it's failing as the older files alter slightly, something I didn't know when first creating the package
I need to bring files through really only from the date 01/03/2020 onward, but cannot remove the older files from it's location
Is there a way I can alter the package to only bring back files from this date onward at all? And if so how would I do this?
Cheers in advance