Dmitry Lukyanov created NIFI-6074:
-------------------------------------
Summary: wrong behavior of `hello $${filename} &&& $${uuid}` nifi
expression
Key: NIFI-6074
URL: https://issues.apache.org/jira/browse/NIFI-6074
Project: Apache NiFi
Issue Type: Bug
Reporter: Dmitry Lukyanov
Attachments: nifi-expression.png
GelerateFlowFile processor with default properties and with `Custom Text` set
to:
{code}
hello $${filename} &&& $${uuid}
{code}
expecting output of this processor:
{code}
hello ${filename} &&& ${uuid}
{code}
however after starting it i see the following content of flow file:
{code}
敨汬笤楦敬慮敭⁽☦…笤畵摩�
{code}
----
other close to this expressions produces normal content, but this one just some
Chinese hieroglyphs...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)