I Need help to do the below scenario.
-
Read from File Folder
-
Terminate if no files found
-
Loop through the files read
-
Read an excel file and route to the respective processing steps by validating the template. None of the templates are matching with the configured ones, move the excels to Error Folder
-
Perform sanity checks (Mandatory Check, Data Type check, Length Check)
-
Generate Batch GUID and associate it to all rows of the excel
-
Generate Row GUID and associate to a row. Each row in the excel should have unique GUID to identify the row uniquely
-
Generate excel with records that have passed sanity checks, by following the naming convention
-
Generate excel with records that have failed with sanity checks, by following the naming convention
-
Go back to 2a and continue with next excel. When no further excels are available to process further terminate