You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Dennis Dahlmann (JIRA)" <ji...@apache.org> on 2018/05/08 08:59:00 UTC

[jira] [Created] (NIFI-5169) Upgrade to JsonPath 2.4.0

Dennis Dahlmann created NIFI-5169:
-------------------------------------

             Summary: Upgrade to JsonPath 2.4.0
                 Key: NIFI-5169
                 URL: https://issues.apache.org/jira/browse/NIFI-5169
             Project: Apache NiFi
          Issue Type: Task
    Affects Versions: 1.6.0
            Reporter: Dennis Dahlmann
             Fix For: 1.7.0


A newer version (2.4.0) of JsonPath is availabel at  [github|[https://github.com/json-path/JsonPath].]

With this version a currently existing bug is fixed, take this JSON

{"Epoch timestamp [s]":"1486373924","temperature [C]":"20"}

and try to get the value of "Epoch timestamp [s]" with $.['Epoch timestamp [s]'] this will result in an empty result with version 2.0.0 which is currently, but with version 2.4.0 you get the right value.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)