Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Any field that you use code to manipulate needs to do null checks before the manipulation if null values are being passed. Try:
!Relational.ISNULL(fieldName) && fieldName.length() > 0 ? codeToDo :null
Hi,
The NULL check and empty value verification can be done by above post. There are two specialized components in Talend which can perform Data Quality checks for email and Telephone numbers.
Please utilize them for data quality checks before inserting data to target table. The links for both components are as below.
https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/8_Q4WAzPdmlNfO5mdguPVg
https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/A9mfddr8XFdjPzBpQu6Izw
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂