Hi All,
Could someone help me with high level design to solve the following case?
- I have 4 excel files with some data and 3 tasks which should be performed on each of the excel files.
- Tasks May be: a) Filtering the data based on certain criteria, b) sorting the data, c) writing the sorted data back to the new excel.
Goal is to work on each record and each excel file. i,e in case of power failures when the process is restarted the next unworked task has to be worked.
for eg: If two tasks are processed in Excel1, then when the process is restarted, only the 3rd task should be carried out on excel1.
Any help would be greatly appreciated.