October 2013
Beginner to intermediate
270 pages
5h 41m
English
So far, we have seen how tMap can be used to transform and filter input data. But this is only a part of the tMap functionality. The tMap component is also the main component used to perform join logic between multiple input sources. This recipe demonstrates the basics of using tMap to join multiple data sources.
Open the job jo_cook_ch04_0070_tMapJoin.
tFileInputDelimited. Go to Row | Main and connect it to tMap_1. Change the name of the flow to order.tMap, and you should see two input tables: customer and order.customerId field from the customer table and drag it to the customerId Expr. key in the order table.Read now
Unlock full access