You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Ravi Bhardwaj (JIRA)" <ji...@apache.org> on 2018/11/07 07:31:00 UTC

[jira] [Updated] (NIFI-5797) FlattenJson processor converts special characters to hex

     [ 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)