Configuring how to map the data
Procedure
-
Double-click the tFileInputDelimited
component labeled Cars to display its Basic settings view.
- Select Repository from the Property type list and select the component's schema, cars in this scenario, from the Repository Content dialog box. The rest fields are automatically filled.
-
Double-click the component labeled Owners and repeat
the setting operation. Select the appropriate metadata entry,
owners in this scenario.
Information noteNote:
In this scenario, the input schemas are stored in the Metadata node of the Repository tree view for easy retrieval. For further information regarding metadata creation in the Repository, see Managing metadata in Talend Studio.
-
Double-click the tMap component to open
the Map Editor.
Note that the input area is already filled with the defined input tables and that the top table is the main input table, and the respective row connection labels are displayed on the top bar of the table.
- Create a join between the two tables on the ID_Owner column by simply dropping the ID_Owner column from the Cars_data table onto the ID_Owner column in the Owners_data table.
-
Define this join as an inner join by clicking the tMap settings button, clicking in the Value field for Join Model,
clicking the small button that appears in the field, and selecting Inner Join from the Options dialog box.
- Drag all the columns of the Cars_data table to the Insured table.
- Drag the ID_Owner, Registration, and ID_Reseller columns of the Cars_data table and the Name column of the Owners_data table to the Reject_NoInsur table.
-
Drag all the columns of the Cars_data table to the
Reject_OwnerID table.
For more information regarding data mapping, see Mapping data flows.
-
Click the plus arrow button at the top of the Insured
table to add a filter row.
Drag the ID_Insurance column of the Owners_data table to the filter condition area and enter the formula meaning 'not undefined': Owners_data.ID_Insurance != null.With this filter, the Insured table will gather all the records that include an insurance ID.
-
Click the tMap settings button at the top
of the Reject_NoInsur table and set Catch output reject to true to define the table as a standard reject output flow to
gather the records that do not include an insurance ID.
-
Click the tMap settings button at the top
of the Reject_OwnerID table and set Catch lookup inner join reject to true so that this output table will gather the
records from the Cars_data flow with missing or
unmatched owner IDs.
Click OK to validate the mappings and close the Map Editor.
-
Double-click each of the output components, one after the other, to define
their properties. If you want a new file to be created, browse to the
destination output folder, and type in a file name including the
extension.
Select the Include header check box to reuse the column labels from the schema as header row in the output file.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!