Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Parameter names are allowed to have spaces in them, but any parameter with a space cannot be referenced from within Expression Language. For example, we cannot use:
${#
:toUpper()} or ${ #
{'My Parameter'}:toUpper()}
We should be able to reference the parameter using the single ticks in order to quote the parameter name.
Attachments
Issue Links
- is duplicated by
-
NIFI-8072 Parameters with spaces don't work within Expression Language
- Resolved
- links to