You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2015/04/07 06:20:12 UTC

[jira] [Updated] (NIFI-487) JsonPath processors can mark valid JSON as invalid

     [ https://issues.apache.org/jira/browse/NIFI-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aldrin Piri updated NIFI-487:
-----------------------------
    Description: 
By default, all processors extending AbstractJsonPathProcessor can mark valid JSON as invalid by default configuration from the JsonPath library being used due to a bug in the backing JsonPath library used for evaluating JSON.

By default, the processor is configured with the JSONParser.MODE_RFC4627.  However, for the attached file, despite being valid according to the spec, is marked as invalid, when encountering the & in the string (US & Canada).

One way around the library issue, would be allowing the specification of parse mode.  Evaluating the same file for MODE_PERMISSIVE, allowed the file to be properly processed.

  was:
By default, all processors extending AbstractJsonPathProcessor can mark valid JSON as invalid by default configuration from the JsonPath library being used.

By default, the processor is configured with the JSONParser.MODE_RFC4627.  However, for the attached file, despite being valid according to the spec, is marked as invalid, when encountering the & in the string (US & Canada).

One way around the library issue, would be allowing the specification of parse mode.  Evaluating the same file for MODE_PERMISSIVE, allowed the file to be properly processed.


> JsonPath processors can mark valid JSON as invalid
> --------------------------------------------------
>
>                 Key: NIFI-487
>                 URL: https://issues.apache.org/jira/browse/NIFI-487
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Aldrin Piri
>
> By default, all processors extending AbstractJsonPathProcessor can mark valid JSON as invalid by default configuration from the JsonPath library being used due to a bug in the backing JsonPath library used for evaluating JSON.
> By default, the processor is configured with the JSONParser.MODE_RFC4627.  However, for the attached file, despite being valid according to the spec, is marked as invalid, when encountering the & in the string (US & Canada).
> One way around the library issue, would be allowing the specification of parse mode.  Evaluating the same file for MODE_PERMISSIVE, allowed the file to be properly processed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)