Configuring the tJava component - 7.3

Library import

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 > Custom code components (Integration) > Library import component
Data Quality and Preparation > Third-party systems > Custom code components (Integration) > Library import component
Design and Development > Third-party systems > Custom code components (Integration) > Library import component
Last publication date
2024-02-21

Procedure

  1. Double-click on tJava to display its Component view.
  2. In the Basic settings tab, enter your code, as in the screenshot below. The code allows you to check whether the character string pertains to an e-mail address, based on the regular expression: "^[\\w_.-]+@[\\w_.-]+\\.[\\w]+$".