[
https://issues.apache.org/jira/browse/NIFI-6139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16798613#comment-16798613
]
ASF subversion and git services commented on NIFI-6139:
-------------------------------------------------------
Commit ce09b93ef1d104d65968054b97c2c9b2c5eaef3e in nifi's branch
refs/heads/master from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ce09b93 ]
NIFI-6139: Add fragment attributes to PartitionRecord
This closes #3382.
Signed-off-by: Koji Kawamura <[email protected]>
> Add fragment.* attributes to PartitionRecord
> --------------------------------------------
>
> Key: NIFI-6139
> URL: https://issues.apache.org/jira/browse/NIFI-6139
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Matt Burgess
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> PartitionRecord is basically a Split processor which groups records by values
> of user-specified fields. In some cases it might be desired to partition the
> records from an original flow file, transform the partitions separately, and
> then reassemble all transformed records (from all partitions) into a
> transformed version of the original.
> For that, PartitionRecord should add the fragment.* attributes that are
> standard among the Split processors, for use by MergeRecord (or MergeContent)
> downstream.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)