Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need to send a mail only when the attachment is having values. If the attachment is empty, i should skip sending mail. I checked advance setting of tSendMail and found no options to do so. one option that comes to my mind is to load the output to a table and take count of the table and do a workaround.
is there any other option in talend??
thanks a lot dude.. since the data type of size is "long", had to change from "int" to "long" in IF condition.
Now the condition work perfect.