I have the following situation. I receive a file everyday between 4:00 am and 5:00 am I want to make a trigger that will check the file. So at 5:15 I want to get and email that either I have the file for that day or I don't.
so basically I want to create something that says current date + 5:15 hr then compare the time stamp on the file to that. if they are within 1:15 min then I'm Good. If not I need to download the file manually.
I can get the time stamp on the file but I don't know how to approach the current date and time issue.
Thanks
so basically I want to create something that says current date + 5:15 hr then compare the time stamp on the file to that. if they are within 1:15 min then I'm Good. If not I need to download the file manually.
I can get the time stamp on the file but I don't know how to approach the current date and time issue.
Thanks