Executing the Job - Cloud - 8.0

Standardization

Version
Cloud
8.0
Language
日本語
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 Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
ジョブデザインと開発 > サードパーティーシステム > データクオリティコンポーネント > 標準化
データガバナンス > サードパーティーシステム > データクオリティコンポーネント > 標準化
データクオリティとプレパレーション > サードパーティーシステム > データクオリティコンポーネント > 標準化
Last publication date
2023-09-14

Procedure

  1. Save your Job and press F6 to execute it.
    The tLogRow component displays on the studio console the data the Job could not analyze:
    The normalized and standardized data is written in the output excel file.
  2. Right-click the tFileOutputExcel component and select Data viewer
    A preview of the standardized data is opened in the studio.
    The Brand, Range and Color rules you defined have checked each token in the input flow against the index strings and only input strings that exactly match an index string are extracted. Take for example line 11, no color has been extracted from this record as the record does not have an exact match to any of the color index strings.
    Try and change in the tStandardizeRow basic settings the search mode for the Color rule to Match any, and then execute the Job.
    You can see that a color has now been extracted for the record on line 11. This record has one word, "EXTRA", that matches to the color index "Extra Deep Base" and that is enough according to the Match any search mode to consider that the record has a color.
    The different search modes available in the tStandardizeRow component allow you to standardize and output the data you expect.