...
- Create a merge stream to act as a MasterList, keyed off a unique identifier
- Create streams and/or file collectors to update the MasterList.
- Create a pull pipe linking the MasterList Stream to itself, with its date offsets set to -1, -1
- Every time the stream is run, the MasterList stream is recreated from the previous version of itself and the updates that happen via other streams.
See Also
...