Skip to main content Skip to complementary content

Mapping data using a filter

Procedure

  1. In Talend Studio, open the Job used in the previous scenario to display it in the design workspace.
  2. Double-click the tXMLMap component to open its Map Editor.
  3. On the top of the Customer output table, click the button to open the filter area.
  4. Drop the idState node from the main input table to the filter area. The XPath [row1.Customer:/Customers/Customer/Address/idState] of the idState node is added automatically to this filter area.
  5. Enter == 2 after the XPath of the idState node.
    The complete filter condition becomes [row1.Customer:/Customers/Customer/Address/idState] == 2. This means only the customer data with the state id of 2 will be passed to the output flow.
  6. Click OK to validate the changes and close the map editor.
  7. Press Ctrl + S to save the Job and then F6 to run the Job.

Results

As shown above, the customers Griffith Paving and Sealcoatin and Glenn Oaks Office Supplies, whose state id is 2 are displayed on the console.

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 – let us know how we can improve!