I have a ssis package, to which the first stage is an Execute Process step. Inside the Execute Process Stage, I am asking a 7z command line to explode a zip file from a given folder.
If there are no zip files, the SSIS package fails. There will be days without zip files. how do I finish successfully, and end gracefully in this case?
Thanks