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)