[
https://issues.apache.org/jira/browse/NIFI-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cole Mackenzie updated NIFI-2178:
---------------------------------
Description:
When using the ReplaceTextWithMapping processor I get a result that does not
follow the mapping.
Ex.
Incoming Flow:
{noformat}
9900
{noformat}
Mappings file
{noformat}
9900 Latte\\ Macchiato
{noformat}
Outgoing Flow:
{noformat}
Latte Macchiato
{noformat}
was:
When using the ReplaceTextWithMapping processor I get a result that does not
follow the mapping.
Ex.
Incoming Flow:
9900
Mappings file
{noformat}
9900 Latte\\ Macchiato
{noformat}
Outgoing Flow:
Latte Macchiato
> ReplaceTextWithMapping ignores escaped '\' character
> ----------------------------------------------------
>
> Key: NIFI-2178
> URL: https://issues.apache.org/jira/browse/NIFI-2178
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.0.0
> Reporter: Cole Mackenzie
> Priority: Minor
> Labels: easyfix
>
> When using the ReplaceTextWithMapping processor I get a result that does not
> follow the mapping.
> Ex.
> Incoming Flow:
> {noformat}
> 9900
> {noformat}
> Mappings file
> {noformat}
> 9900 Latte\\ Macchiato
> {noformat}
> Outgoing Flow:
> {noformat}
> Latte Macchiato
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)