...
- Create a Stream to merge input from 2 sources (other streams / DB collectors / file collectors)
- For each element, or group of elements in the first stream, try to match the element, or elements in the 2nd stream that match the amount in the first stream.
- Repeat for all elements and groups of elements
- Mark those elements matched where amounts and totals agree
See Also
...