Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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