Manoj Mamidyala created NIFI-6792:
-------------------------------------
Summary: Evaluate Variable value containing expression language
Key: NIFI-6792
URL: https://issues.apache.org/jira/browse/NIFI-6792
Project: Apache NiFi
Issue Type: New Feature
Components: Core Framework, Documentation & Website
Affects Versions: 1.10.0
Reporter: Manoj Mamidyala
Assignee: Manoj Mamidyala
Evaluate Variable value containing expression language
I loaded custom properties into nifi.
The registry variable called query has value "SELECT * FROM table WHERE id =
${id_no}" where the id_no is coming from the flowfile attributes. There was no
functionality in nifi to evaluate the expression language inside the value.
So, need to add functionality such that we can evaluate EL inside the variables.
example: ${query:stringEl}
where function `stringEl` will evaluate the EL value inside the query variable
--
This message was sent by Atlassian Jira
(v8.3.4#803005)