Connecting to a web service and returning a list of regular expressions - Cloud - 8.0

Pattern validation

Version
Cloud
8.0
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Data Quality components > Validation components (Integration) > Pattern validation components
Data Quality and Preparation > Third-party systems > Data Quality components > Validation components (Integration) > Pattern validation components
Design and Development > Third-party systems > Data Quality components > Validation components (Integration) > Pattern validation components
Last publication date
2024-02-20

This scenario applies only to Talend Data Management Platform, Talend Big Data Platform, Talend Real-Time Big Data Platform, Talend MDM Platform, Talend Data Services Platform, Talend MDM Platform and Talend Data Fabric.

For more technologies supported by Talend, see Talend components.

This scenario is a three-component Java Job created in Talend Studio .

This scenario:

  • uses the tFindRegexlibExpression component to connect to a web server and collects all regular expressions that have the word "email" in their description field,

  • uses the tMap component to reorganize the incoming data in the output flow and also to concatenate the two fields from the incoming data flow in one output column,

  • and finally writes all collected expressions in an csv file.

In this scenario we want tFindRegexlibExpressions to collect all regular expressions on the web server that have the word "email" in their Description field and those which rate is at least 1.

This Job can also be generated automatically from the Patterns > Regex node in the DQ Repository tree view. For further information about how to generate a Job to recuperate regular expressions, see Generating a Job to recuperate regular expressions.