-
Book Overview & Buying
-
Table Of Contents
Talend Open Studio Cookbook
By :
This recipe will illustrate the most basic mapping options within the tMap component and some of the column level tricks that can be used to speed up mapping by removing large amounts of repetitive actions.
Open the job jo_cook_ch04_0010_basicMapping.
Drag a tMap component from the right-hand panel.
Connect the tFileInputDelimited component to tMap.
Connect the output, name it as outputCustomer and accept the schema of the target component.
Open tMap and you will notice that the inputs and outputs are named the same as the flows.
Rename the flows
Close tMap and left-click the input flow so that row1 is highlighted. Take a short pause; click again on the row1 text and the text will be editable. Rename the flow to customer.
Open tMap and you will see that the names of the tMap input table have now changed to match the row name of the input flow.
Manually dragging columns
Click the left mouse button on dateOfBirth and drag to dateOfBirth...