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.

- First, we provide input documents with consistent input schema using JSON Generator
Snaps as shown below.
Left Input Schema Right Input Schema
- Next, we connect the Join Snap to the upstream Snaps and configure it as shown below.
- 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:
- Download and import the Pipeline into SnapLogic.
- Configure Snap accounts as applicable.
- Provide Pipeline parameters as applicable.