You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Randy Gelhausen (JIRA)" <ji...@apache.org> on 2015/10/28 04:54:27 UTC

[jira] [Created] (NIFI-1079) Support AttributesToJSON processor

Randy Gelhausen created NIFI-1079:
-------------------------------------

             Summary: Support AttributesToJSON processor
                 Key: NIFI-1079
                 URL: https://issues.apache.org/jira/browse/NIFI-1079
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
            Reporter: Randy Gelhausen


Add a standard processor for creating a new attribute on a Flowfile which is the JSON representation of all (default) or a user-defined list of attributes.

Flowfile:
foo: bar
content: sometext

AttributesToJSON output:
foo: bar
content: sometext
JSON: {foo: 'bar', content: 'sometext'}



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