Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Compare Two Files

Scenario

Data reconciliation typically involves merging data from 2 (or more) sources, and determining which pieces are missing, duplicated or mismatched.

...

  • Create a Stream for each of the inputs.
  • Create an Aggregate / Merge Stream with pipes from all of the original streams.
  • Key the data in each pipe to the field(s) that should match.
  • Create a status field in the Aggregate Stream to report the status of the merge for this record.

See Also

...