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

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

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

NIFI-1079 Added Destination Property to control if JSON goes to Attribute or
Content of FlowFile. Added Include Core Attributes Property to control
if FlowFile CoreAttributes are included in the JSON output or not.
Added Null value for Empty String flag to control if empty values in
the JSON are empty string or true NULL values. Added more tests and
minor text refactoring per Github comments

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