tMap and tJoin component are used for mapping data, it shows how to map, join, and filter data from input to output in both batch and real-time modes.
The difference between tMap and tJoin are as follows:-
The difference between tMap and tJoin are as follows:-
- tMap accepts more than one input links i.e it has one Main and others are Lookup.
- tMap accepts more than one Outputs links.
- tMap supports more types of join model, includes Unique join, First join ,Inner join and Left Outer join .
- tMap support three match model i.e Unique Match,First Match and All Matches.tJoin support only Unique Match.
- tMap consist of multiple Lookup files.
- tMap consist of Expression Filter so that we can filter our data.
- tMap we can use Expression Builder on the columns for complex transformation rules.
- tMap support Die on error option.
- tMap take more space and time to load in the memory.
nice
ReplyDelete