Hello,
I am new to SSIS programming and am working on a project to check if a flat file exists on a file share between 5 and 6pm only. If not there, email failure status to be sent. If there, query flat file and output to another flat file and output to new folder. Then email success status. I've tried a ForEach container to loop for the duration window and then use script task to check for file, but have not successfully configured how to jump out of the loop when the file is found using a FileExists variable. Any pointers would be much appreciated.
Thanks,
J
I am new to SSIS programming and am working on a project to check if a flat file exists on a file share between 5 and 6pm only. If not there, email failure status to be sent. If there, query flat file and output to another flat file and output to new folder. Then email success status. I've tried a ForEach container to loop for the duration window and then use script task to check for file, but have not successfully configured how to jump out of the loop when the file is found using a FileExists variable. Any pointers would be much appreciated.
Thanks,
J