Versions Compared

Key

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

...

  1. Add a new merge stream to hold the merged data. 
  2. Connect the source streams to the merge stream using pull pipes e.g in and in2
  3. Drag all the non-key attributes from the source streams into the destination stream i.e all attributes except the one(s) that will be used to define the key of the records.
  4. Hover over the destination stream and select Quick Configure Options->Configure Input
  5. For each of the source streams displayed, select Show the List of Attributes and drag the key attribute into the box below
  6. Save the changes
  7. Now add a new attribute to the destination stream for the key. In the attribute expression type _key
  8. Run the destination stream. The results will contain one record for each unique key in the source streams, with attributes from all source streams

Image RemovedImage Added

Image RemovedImage RemovedImage Added

Example 2: Merging customers and accounts using the Merge feature

...