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

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

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

Andrew Grande commented on NIFI-1079:
-------------------------------------

This, paired NIFI-361 (e.g. backed by Jolt), would provide for a very powerful combination.

> 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
>              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)