Hello,
What is the optimal design when you have this type of process/problem:
1. Get an Excel file to export easily as collection with a lot of registers to work.
2. Get this Excel/Collection as a Queue registers.
3. Work the registers one per one.
4. End the process with all items set as completed or exception.
Problem here, there is no way of launching 2 robots/resources doing the same task because the items of Excel will be uploaded twice in the Queue, right?
Problem2: Instead of an Excel file, is a TXT/CSV file that its rows has to be overwritten and that file, in the next execution can have more files appended. So the path will still be the same and the increase of registers will be higher and some will have changed, the problem of 2 robots still the same, right?
Some tips? In general design for example.
Thanks!!!
Arnau