[ 
https://issues.apache.org/jira/browse/NIFI-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983037#comment-14983037
 ] 

ASF subversion and git services commented on NIFI-1079:
-------------------------------------------------------

Commit 19b7a4cc7de9da3366aa9c1a15b97c683242b4d0 in nifi's branch 
refs/heads/master from [~jeremy.dyer]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=19b7a4c ]

NIFI-1079 Create a new Attribute from the existing FlowFile attributes by taking
either all of the existing attributes or a user defined list. The
existing Attributes are converted to JSON and placed in a new Attribute
on the existing FlowFile as Attribute “JSONAttributes”

Signed-off-by: Bryan Bende <[email protected]>


> Support AttributesToJSON processor
> ----------------------------------
>
>                 Key: NIFI-1079
>                 URL: https://issues.apache.org/jira/browse/NIFI-1079
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Randy Gelhausen
>            Assignee: Bryan Bende
>              Labels: beginner
>
> 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)

Reply via email to