[
https://issues.apache.org/jira/browse/NIFI-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-3546.
----------------------------------
Resolution: Feedback Received
Apache NiFi 1.x is no longer maintained and no new release is planned on the
1.x release line. Marking as resolved as part of a cleanup operation. Please
open a new one with an updated description if this is still relevant for NiFi
2.x.
> JSON Formatted view of content will convert numbers to Scientific Format
> ------------------------------------------------------------------------
>
> Key: NIFI-3546
> URL: https://issues.apache.org/jira/browse/NIFI-3546
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core UI
> Affects Versions: 1.1.1
> Reporter: Aldrin Piri
> Priority: Trivial
>
> When using the content viewer, I was evaluating some data that was in JSON
> format. In the original view, I had the data as expected:
> {code}
> {"timestamp": 1488474750276.346, "name": "longitude", "value": -83.23728}
> {code}
> However, when switching to the formatted view, the timestamp is converted
> {code}
> {
> "timestamp" : 1.488474750276346E12,
> "name" : "longitude",
> "value" : -83.23728
> }
> {code}
> This can be confusing as it may seem as though the content format is
> different than anticipated.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)