Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am looking to automate some processes based on a files name. I have several jobs set up to execute on files within the same files. If I have a file names foo*.xls, I would like to run job fooManipulate. If the filename is bar*.xls, I am looking to run job barManipulate and so on and so forth. Is there a way to automate the process so that it iterates through each file in the folder and runs the correct job?
Not exactly sure of your flow but have you tried tRunJob?
The tRunJob has an option: dynamic job , you can use a context/global variable which you set runtime while using the tFileList to check for files.
You can always create a dynamic instance with context or globalMap