How can function calls be nested in EL expressions?
Is it possible to nest multiple EL function calls within a single expression? What is the syntax for doing so?
add a comment
Of course that it's possible! And very easy, for example to validate if a record's field /company
contains "StreamSets"
, you can use:
${str:contains(record:value('/company'), "StreamSets")}
Asked: 2017-05-15 15:38:06 -0600
Seen: 109 times
Last updated: Oct 02 '17