I have a folder which contains list of Excel files. I am trying to retrieve them as transaction data , so that for each file I will read and fetch required data in Process and move the file and picks next transaction item(next excel file) and repeats for all the files. can anyone please explain how could this be achieved. This is using reframe work and queue. This will be dispatcher part.
It is processing a single file without issues.
When I try to process the next. it gives me the issue: Cannot get transaction.
Thanks