Step 2: Mapping and transformations
We will now enrich our Job to include on-the-fly transformations. To implement these transformation, we need to add a tMap component to our Job.
This component is multiple and can handle:
- multiple inputs and outputs
 - search for reference (simple, cartesian product, first, last match...)
 - join (inner, outer)
 - transformations
 - rejections
 - and more...
 
Procedure
Results
The addresses are displayed in upper case and the first names and last names are gathered together in the same column.