Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I am trying to implement the following
Read files from tList by name
eg: file_20150601.txt, file_20150602.txt, file_20150603.
If an incremental file is missing from the list, the job will load until the previous file and wait for next input file.
Eg : If the folder only had two files, file_20150601.txt, file_20150603 my job will go to tWaitforFile file_20150602.txt after loading file_20150601.txt.
I have everything working until that point. However, I want to send email after every iteration of tWaitForFile that the expected file is not available in the directory. How can I achieve that?
My Current tfile setting is attached. I have a tsendMail , after this, however it is only sending one email -after all iterations are completed.
Thanks