[
https://issues.apache.org/jira/browse/NIFI-5797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ravi Bhardwaj updated NIFI-5797:
--------------------------------
External issue URL: https://github.com/apache/nifi/pull/3137
> 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
> Priority: Major
>
> 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)