Configuring the tJava component - Cloud - 8.0
Java custom code
- 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 Open Studio for Big Data
- Talend Open Studio for Data Integration
- Talend Open Studio for Data Quality
- Talend Open Studio for ESB
- Talend Real-Time Big Data Platform
- Module
- Talend Studio
- Content
- Data Governance > Third-party systems > Custom code components (Integration) > Java custom code components
- Data Quality and Preparation > Third-party systems > Custom code components (Integration) > Java custom code components
- Design and Development > Third-party systems > Custom code components (Integration) > Java custom code components
- Last publication date
- 2023-09-14
Procedure
-
Double-click on tJava to display its
Component view.
-
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]+$"
.