[
https://issues.apache.org/jira/browse/NIFI-7732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Bende updated NIFI-7732:
------------------------------
Fix Version/s: 1.12.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> NiFi not substituting all Parameter Values for property
> -------------------------------------------------------
>
> Key: NIFI-7732
> URL: https://issues.apache.org/jira/browse/NIFI-7732
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Critical
> Fix For: 1.12.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> If I configure UpdateAttribute with a property and reference two parameters
> as such:
> {code}
> ${#{firstParameter}:toLower()}_${#{secondParameter}:toLower()}
> {code}
> And assign values firstParameter = 'foo' and secondParameter = 'bar', I would
> expect 'foo_bar' but get a value of 'foo_'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)