RE: I want to process 3 files in sequentially one by o...
Question: I want to process 3 files in sequentially one by one how can i do that. while processing the files it should fetch files automatically .Answer: hi
RE: I want to process 3 files in sequentially one by o...
If the metadata for all the files r same then create a job having file name as parameter then use same job in routine and call the job with different file name...or u can create sequencer to use the job...