Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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