Mark Payne created NIFI-625:
-------------------------------
Summary: ReplaceText does not substitute Expression Language if
embedded within curly braces
Key: NIFI-625
URL: https://issues.apache.org/jira/browse/NIFI-625
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework, Extensions
Reporter: Mark Payne
Fix For: 0.1.1
It is unclear if this is a problem with the framework or the processor at this
point. When I tried to replace "(.*)" with the json:
{"id": "${nextInt()}", "text": "Hello"}
The result was:
{"id": "${nextInt()}", "text": "Hello"}
However, if I remove the curly braces around the text I get:
"id": "1", "text": "Hello"
which is the desired behavior.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)