Configuring tMDMReceive and tLogRow - Cloud - 8.0

MDM event processing

Version
Cloud
8.0
Language
English
Product
Talend Data Fabric
Talend MDM Platform
Module
Talend MDM Server
Talend Studio
Content
Data Governance > Third-party systems > MDM components > MDM event processing components
Data Quality and Preparation > Third-party systems > MDM components > MDM event processing components
Design and Development > Third-party systems > MDM components > MDM event processing components
Last publication date
2024-02-20

Procedure

  1. Double-click the tMDMReceive component to open its Basic settings view in theComponent tab.
  2. Click the [...] button next to Edit schema to define the desired data structure. In this example, three columns are added: Product_ID, Product_Name, and Store_Name.
  3. In the XML Record field, fill in the context variable context.exchangeMessage.
  4. From the XPath Prefix list, select "/exchange/item".
  5. In the Loop XPath query field, type in the name of the XML tree root tag. In this example, type in "/Product/Stores/Store".
  6. The Column column in the Mapping table is populated with the columns defined in the schema. In the XPath query column, enter the XPath query accordingly. In this example, the information of product ID, product name and store name will be extracted.
  7. Double-click the tLogRow component to open its Basic settings view in the Component tab.
  8. Select Table (print values in cells of a table) in the Mode area.