[
https://issues.apache.org/jira/browse/NIFI-4727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16317235#comment-16317235
]
ASF subversion and git services commented on NIFI-4727:
-------------------------------------------------------
Commit a7f1eb89c23e90f813be12adc4dca99de36c7c15 in nifi's branch
refs/heads/master from [~alopresto]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=a7f1eb8 ]
NIFI-4727 Added CountText processor and unit test.
This closes #2371.
Signed-off-by: Kevin Doran <[email protected]>
> Create text count processor
> ---------------------------
>
> Key: NIFI-4727
> URL: https://issues.apache.org/jira/browse/NIFI-4727
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Affects Versions: 1.4.0
> Reporter: Andy LoPresto
> Assignee: Andy LoPresto
> Labels: processor, text
>
> A frequent community request is to count (lines/words/characters) in
> arbitrary text. A {{CountTextProcessor}} would provide this functionality
> natively and with solid performance, rather than abusing the {{SplitText}} or
> {{ExecuteScript}} processors.
> It should provide the following functionality (simultaneously, given options):
> * Line count
> * Non-empty line count
> * Word count
> * Character count
> The flowfile content should remain unchanged, and each of the above (if
> indicated) should be added as an attribute.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)