Mark Payne created NIFI-7732:
--------------------------------
Summary: 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
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)