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

[jira] [Created] (NIFI-8072) Parameters with spaces don't work within Expression Language

Martin created NIFI-8072:
----------------------------

             Summary: Parameters with spaces don't work within Expression Language
                 Key: NIFI-8072
                 URL: https://issues.apache.org/jira/browse/NIFI-8072
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
    Affects Versions: 1.12.1
            Reporter: Martin


Parameters can be used within Expression Language. E.g. ${attr:substringAfter(#\{param})} 

But if you have a space in the parameter name, you cannot reference it from within Expression Language. E.g. ${attr:substringAfter(#\{param value with space})} won't work 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)