You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (JIRA)" <ji...@apache.org> on 2019/03/21 14:25:00 UTC

[jira] [Created] (NIFI-6139) Add fragment.* attributes to PartitionRecord

Matt Burgess created NIFI-6139:
----------------------------------

             Summary: 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


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)