Matthew Clarke created NIFI-4156:
------------------------------------
Summary: SplitText processor Fragment.count does not match number
of output FlowFiles.
Key: NIFI-4156
URL: https://issues.apache.org/jira/browse/NIFI-4156
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.1.0
Reporter: Matthew Clarke
Priority: Minor
SplitText processor configured as follows:
- line split count = 1
- Remove trailing Newlines = true
If the FlowFile being split contains 1 or more blank lines, those blank lines
are not turned into split FlowFiles as expected based on above settings.
However, those blank lines are still counted in the fragment.count attribute.
The fragment.count should actually match the number of emitted FlowFiles.
Fragment count is likely to be used as a method to confirm all FlowFiles have
been processed later downstream of splitText.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)