Hi
I need to download an excel file everyday and add to queue For further processing.
Each day need to start reading the excel
starting from unprocessed row, as the excel get appended it will have already added data too.
How do I get the ID value( ID is one of the column) from last processed queue item ? Is it like after performer completes processing one queue item , take the ID column value and update the config of dispatcher each time ? Or find the last q item , take the ID from that and update the config ?
Or keep ID as unique ref and add the whole excel ?
Thank you