You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Tristan Morris (JIRA)" <ji...@apache.org> on 2016/07/22 11:20:20 UTC

[jira] [Created] (NIFI-2359) Improve AttributesToJSON so it can output booleans, numbers and datetimes

Tristan Morris created NIFI-2359:
------------------------------------

             Summary: Improve AttributesToJSON so it can output booleans, numbers and datetimes
                 Key: NIFI-2359
                 URL: https://issues.apache.org/jira/browse/NIFI-2359
             Project: Apache NiFi
          Issue Type: Improvement
    Affects Versions: 0.7.0
            Reporter: Tristan Morris
            Priority: Minor


The AttributesToJSON processor only outputs string content 
{
   "isAwesome": "true"
}

Rather than 
{
  "isAwesome": true
}

It would be useful for AttributesToJSON to output json native types like booleans, numbers and datetimes



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