Providing Consistent Input Schema to Get Correct Joined Output

This example Pipeline demonstrates how you can get expected output joined data from two inputs by providing a consistent input schema. We use the Join Snap to accomplish this task.


Providing Consistent Input Schema to Get Correct Joined Output Example Pipeline.

Download this pipeline

  1. First, we provide input documents with consistent input schema using JSON Generator Snaps as shown below.
    Left Input Schema Right Input Schema




  2. Next, we connect the Join Snap to the upstream Snaps and configure it as shown below.

  3. Upon validation, the Snap displays the following joined output as a result of providing a consistent input schema. The key name of the right view is the same as in the left view; hence, the Join Snap prefixes it with the right view label in the output data, right_id, right_field1 and right_field2.

Downloads

Note: To successfully reuse pipelines:
  1. Download and import the Pipeline into SnapLogic.
  2. Configure Snap accounts as applicable.
  3. Provide Pipeline parameters as applicable.