Hello All,
I have multiple different input files with each files own set of logic built, i want to check if file exists or not.
If file1 exists then Process_FILE1_LOGIC else SKIP_FILE1LOGIC
if file2 exists then Process_FILE2_LOGIC else SKIP_FILE2LOGIC
Process common part of workflow every time.
Thanks for your help in advance.