Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
NNot_defined1666356873

How do I send an unsuccessful attempt on null/empty string email

Hello everyone,

This is my first job in Talend.

There's a job small job that I work on that sends unsuccessful attempt email on invalid date that gets read from a .txt file.

I want to do the same for a null/empty string email however I am not sure how to do this.

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

You are able to trigger tSendmail component using RunIf connector, this connector requires a boolean expression, check your date from a .txt file if it is null/empty string or not, define a global variable with boolean type based on the result, this global variable will be used as the condition of runIf connector.

Feel free to post your issue here.

Best regards

Sabrina