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)