In the stream selector, can we specify more than on condition in one stream?
I have one more question not related to stream selector. How can we add line breaks in the email body field in the email executor?
In the stream selector, can we specify more than on condition in one stream?
I have one more question not related to stream selector. How can we add line breaks in the email body field in the email executor?
Hi
Example:
${record:value("/AGE") > 40 && record:value("/POSTALCODE") == 6000}
You could use and (&&), or (||) to concatenate more than one condition.
Hope this helps.
Thank You
Hi
Can you post this as a separate question, please?
Is there any function or keyword I need to use to add line breaks in email body?
This will ensure it gets the attention from everyone. FYI - I am not a StreamSets employee but I am trying to help where possible, will definitely take a look.
Hi
<br> or <br/> or <br /> should work.
Example:
Test Email Body - Line 1<br />
Test Email Body - Line 2<br />
Test Email Body - Line 3<br />
Test Email Body - Line 4<br><br/>
Test Email Body - Line 5<br />
Test Email Body - Line 6<br />
Cheers,<br />
Srini<br />
Will produce the following result,
Test Email Body - Line 1
Test Email Body - Line 2
Test Email Body - Line 3
Test Email Body - Line 4
Test Email Body - Line 5
Test Email Body - Line 6
Cheers,
Srini
Mark as “best answer” and click “like” if you are happy with the answer.
Cheers
Thank You
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.