[
https://issues.apache.org/jira/browse/NIFI-5797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-5797.
----------------------------------
Resolution: Duplicate
Assignee: Mark Payne
Fix Version/s: 1.9.0
> FlattenJson processor converts special characters to hex
> --------------------------------------------------------
>
> Key: NIFI-5797
> URL: https://issues.apache.org/jira/browse/NIFI-5797
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.9.0
> Reporter: Ravi Bhardwaj
> Assignee: Mark Payne
> Priority: Major
> Fix For: 1.9.0
>
>
> FlattenJson will convert the special characters in the json to hex format
>
> Example Input:
> {"name": "http://localhost:8080/nifi","full": \{ "name": "José Muñoz"}
> Output:
> {"name":"http://localhost:8080/nifi","full.name":"Jos\u00E9 Mu\u00F1oz"}
> Expected Output:
> {"name":"http://localhost:8080/nifi","full.name":"José Muñoz"}
>
> Possibly regression from NIFI-4962
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)