You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2020/08/12 13:36:00 UTC

[jira] [Created] (NIFI-7732) NiFi not substituting all Parameter Values for property

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)