[
https://issues.apache.org/jira/browse/NIFI-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983042#comment-14983042
]
ASF subversion and git services commented on NIFI-1079:
-------------------------------------------------------
Commit 1d97876f82cdd37b2bab5e99ffc170f483c32037 in nifi's branch
refs/heads/master from [~bbende]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=1d97876 ]
NIFI-1079 Pull Request functions as described and passes contrib-check. This
closes #109.
> 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)