Join condition
As aforementioned, Join condition is the most important element to join the data. To define the Join condition, you need to have a common port in both the sources. Also, make sure the data type and precision of the data you are joining are the same. You can join the data based on multiple columns as well. Joining the data on multiple columns increases the processing time. Usually, you join the data based on key columns such as the primary key of both the table and the primary/foreign key relation of the tables.
Joiner transformation does not consider NULL as matching data. If it receives NULL in the data, it does not consider them matching.
To define the Join Condition, double-click on the Joiner transformation, click on the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access