What determines the name of the tMap output row that delivers join rejects?

What determines the name of the tMap output row that delivers join rejects?
A . The name is predetermined; it is always named Inner join Reject.
B . The name is determined by the output table you create to catch the rejects.
C . The name is configurable in the Component view of the tMap component
D . The name is determined by the input table, you create to generate the rejects.

Answer: B

Explanation:

The tMap component allows you to configure different types of joins between the main input and the lookup tables, such as inner join, left outer join, right outer join, etc. An inner join returns only the matching rows from both tables based on a join condition. If a row from the main input does not match any row from the lookup table, it is considered as an inner join reject. You can configure an output to collect these rejects by setting the Catch inner join reject option to true. The name of the output row that delivers the join rejects is determined by the output table you create to catch the rejects. You can name the output table as you wish, such as Rejects, Errors, etc.

Reference: Talend Open Studio: Open-source ETL and Free Data Integration | Talend,

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments