Extracting exact match - 7.3

Standardization

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 > Data Quality components > Standardization components
Data Quality and Preparation > Third-party systems > Data Quality components > Standardization components
Design and Development > Third-party systems > Data Quality components > Standardization components
Last publication date
2024-02-21

Procedure

  1. Double-click tExtractXMLField to display the component Basic settings view.
  2. Click the [...] button next to the Edit schema field to open the schema editor, add four columns in the output flow and name them as Brand, Range, Color and Amount. Click OK to validate and close the editor.
  3. In the XML field field, check that the STANDARDIZED_FIELD column is selected.
    The content of the STANDARDIZED_FIELD column is an XML field with a <record> tag as root. Under this tag, the structure defined by the rules configured in the tStandardizeRow component allows to extract items from the input flow.
  4. In the Loop XPath query field, enter "/" to define the root as the loop node.
  5. In XPath query field in the Mapping table, enter respectively "record/Brand", "record/Range" "record/Color" and "record/Measure".
  6. Double-click tFileOutputExcel to display the component Basic settings view.
  7. Set the destination file name as well as the Sheet name and select the Include header check box.