Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I have an requirement like, I need to load a file from folder . But I don't know when the fill will place in to the folder the movement file is placed/available in the folder my scheduler/Batch file should run automatically.
Can any one suggest on this is there any approach to achieve this.
Thanks in Advance.
SS
You can use an EDX trigger to let the external system that place the file in the folder start the reload task:
Alternatively, create a check in your script if the file has arrived, if yes, proceed with the script, if not exit script.
Use a frequent or continuous reload schedule for that script.
As per my knowledge, until the file is available you will not be able to schedule the task on top of that !!! we don't have that feature ...
you can try writing your own script to check the availability of the file and trigger the reload