Configuring the components - 7.3

tMap

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Processing components (Integration) > tMap
Data Quality and Preparation > Third-party systems > Processing components (Integration) > tMap
Design and Development > Third-party systems > Processing components (Integration) > tMap
Last publication date
2024-02-21

Procedure

  1. Double-click the tMap component to launch the Map Editor to change the mappings and the filters.
    Note that the output area contains a new, empty output table named Rejects_BMW_Mercedes. You can adjust the position of the table by selecting it and clicking the Up or Down arrow button at the top of the output area.
  2. Remove the Expr. key filter ("BMW") from the Cars table in the input area.
  3. Click the Filters button to display the Filter field, and type in a new filter to limit the search to BMW or Mercedes car makes. The statement reads as follows: Cars.Make.equals("BMW") || Cars.Make.equals("Mercedes")
  4. Select all the columns of the main output table and drop them down to the new output table.
    Alternatively, you can also drag the corresponding columns from the relevant input tables to the new output table.
  5. Click the tMap settings button at the top of the new output table and set Catch output reject to true to collect data about BMW and Mercedes owners who have less than two or more than six children.
  6. In the Owners_Other_Makes table, set Catch lookup inner join reject to true to collect data about owners of other car makes and owners for whom the reseller information is not found.
  7. Click OK to validate the mappings and close the Map Editor.
  8. Define the properties of the output components in their respective Basic settings view.
    In this use case, simple specify the output file paths and select the Include Header check box, and leave the other parameters as they are.