[
https://issues.apache.org/jira/browse/NIFI-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983041#comment-14983041
]
ASF subversion and git services commented on NIFI-1079:
-------------------------------------------------------
Commit eb389cf84cd5f610b5ea2235a4eb78de47f6417e in nifi's branch
refs/heads/master from [~jeremy.dyer]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=eb389cf ]
NIFI-1079 Replacing Name for NULL_VALUE_FOR_EMPTY_STRING as I had accidentally
removed it.
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)