[
https://issues.apache.org/jira/browse/NIFI-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15432776#comment-15432776
]
ASF GitHub Bot commented on NIFI-2632:
--------------------------------------
GitHub user mattyb149 opened a pull request:
https://github.com/apache/nifi/pull/919
NIFI-2632: Added fragment attributes to SplitJson and SplitXml
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mattyb149/nifi NIFI-2632
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/919.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #919
----
commit e98ade307dc6923bf01fbce861f11338c41cb2c6
Author: Matt Burgess <[email protected]>
Date: 2016-08-23T13:28:49Z
NIFI-2632: Added fragment attributes to SplitJson and SplitXml
----
> Add fragment attributes for SplitJson and SplitXml
> --------------------------------------------------
>
> Key: NIFI-2632
> URL: https://issues.apache.org/jira/browse/NIFI-2632
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Matt Burgess
>
> Some "splitting" processors such as SplitText and SplitContent write
> attributes to the split flow files indicating their fragment index, the total
> count, and the filename of the original flow file. This is done to support a
> form of "micro-batching" and/or a split-join pattern in a data flow (i.e.
> split the original file, do work on the individual pieces, and possibly merge
> them together later).
> For consistency and capability, the SplitJson and SplitXml processors should
> write these same attributes for their split flow files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)