Versions Compared

Key

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

Required input stages determine the type of the join. The Join transformation Joiner supports the following types of joins:

...

Outer join outputs fields from the required inputs and matching fields from the non-required inputs. To configure an outer join, select the required inputs for the join. For example, in the following Joiner transformation, Customer is the required input, which means the output will include all records in the Customer input and matching records in the Purchase input. 

...