[
https://issues.apache.org/jira/browse/NIFI-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Payne updated NIFI-625:
----------------------------
Attachment: (was:
0001-NIFI-625-Fixed-bug-in-expression-language-that-cause.patch)
> 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
> Assignee: Mark Payne
> Fix For: 0.2.0
>
> Attachments:
> 0001-NIFI-625-Fixed-bug-in-expression-language-that-cause.patch
>
>
> 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)