[ 
https://issues.apache.org/jira/browse/NIFI-5797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16677785#comment-16677785
 ] 

ASF GitHub Bot commented on NIFI-5797:
--------------------------------------

Github user alopresto commented on the issue:

    https://github.com/apache/nifi/pull/3137
  
    Can you please add some explanation for why this change is submitted, 
documentation, and at least one unit test? Thank you. 


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

Reply via email to