[jira] [Reopened] (NIFI-6792) Evaluate Variable value containing expression language

2019-10-23 Thread Manoj Mamidyala (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manoj Mamidyala reopened NIFI-6792:
---

> 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
>Priority: Minor
>  Labels: Development, expression-language, feature
>   Original Estimate: 48h
>  Time Spent: 10m
>  Remaining Estimate: 47h 50m
>
> 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)


[jira] [Resolved] (NIFI-6792) Evaluate Variable value containing expression language

2019-10-23 Thread Manoj Mamidyala (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-6792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manoj Mamidyala resolved NIFI-6792.
---
Resolution: Fixed

added a function in Expression Language to
Evaluate Variable value containing expression Language

> 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
>Priority: Minor
>  Labels: Development, expression-language, feature
>   Original Estimate: 48h
>  Time Spent: 10m
>  Remaining Estimate: 47h 50m
>
> 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)


[jira] [Created] (NIFI-6792) Evaluate Variable value containing expression language

2019-10-19 Thread Manoj Mamidyala (Jira)
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)