How do we iterate through multiple file in input folder in RE Framework?
Scenario:
INIT state: I am Reading the Outlook mails which has .csv attachments and Storing into an Input folder as below:
I need to iterate to each file and process each Item in SAP Application and Add status column and Update the Status for each item based on Business rule and save the file into Output folder with Status per transaction processed.(this Process should be repeating for all file in the Input folder and move the file to the Processed folder once items are processed.