Hello everyone,
These are my Files.
I have an process where I have to process the file FIRST which has “Dollar” as keyword.
How can I process that file with a keyword “Dollar” and then process other.
Hello everyone,
These are my Files.
I have an process where I have to process the file FIRST which has “Dollar” as keyword.
How can I process that file with a keyword “Dollar” and then process other.
@prabin_chand1
Logic:
please follow these steps:
Use directory.Getfiles("folderpath","*DOLLAR*")
This will give you array of files with dollor in them…
Use for loop and process them and then get the remaining files
Cheers
I already tried this.
But it won’t work as expected.
Loop will start from pxcv_1 and so on. Which means loop will first process pxcv_1
It means I have to write two same sequence for two scenario ?
Is there anything else logic? so that with one sequence I can complete it
@prabin_chand1 To avoid from two sequence
Please follow this one.
Happy Automation.
As you need dollor related files to be done first…it wpuld be better to use two different sequences itsef…that way we can complete the dollor related files first and then do the non dollor files
Cheers