Setting and managing parser rules - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
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
Design and Development
Last publication date
2024-02-29
Available in...

Big Data Platform

Cloud API Services Platform

Cloud Big Data Platform

Cloud Data Fabric

Cloud Data Management Platform

Data Fabric

Data Management Platform

Data Services Platform

MDM Platform

Real-Time Big Data Platform

Parser rules describe and define the expected composition of a data string to be analyzed using the ANTLR symbols

Using parser rules this way allows you to normalize and standardize the analyzed data according to your expectation. Parser rules can also be called standardization rules.

For example, a parser rule reading <INT><WORD+><StreetType> defines a standard address data format like 12 main street.

You can create a set of parser rules either form the DQ Repository tree view in the Profiling perspective or from the Basic settings view of the tStandardizeRow component. However, when you need to test, store and manage the sets of parser rules for purposes such as sharing, reusing, or adapting any given set of rules, you must use the DQ Repository tree view.

For further information about how to create and use parser rules to analyze, normalize and standardize data using tStandardizeRow, see tStandardizeRow.

For further information about the ANTLR parser, see the documentation.