[
https://issues.apache.org/jira/browse/MINIFICPP-881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849128#comment-16849128
]
Arpad Boda commented on MINIFICPP-881:
--------------------------------------
[~krystyan]
Please see the documentation of the processor:
https://github.com/apache/nifi-minifi-cpp/blob/master/PROCESSORS.md#tailfile
Input delimiter can be used to split your input based on whichever delimiter
you prefer.
I've just verified this using "," and it worked as expected -> my sentence was
split to clauses, resulting in multiple flowfiles.
> SplitText not supported
> -----------------------
>
> Key: MINIFICPP-881
> URL: https://issues.apache.org/jira/browse/MINIFICPP-881
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Environment: Windows development
> Reporter: Christian Porzio
> Assignee: Mr TheSegfault
> Priority: Major
>
> I understand minfi-cpp is improving by the days - very much appreciated!!!
> But at the moment without *SplitText*, I am unable to use it. We do have the
> *TailFile* but without a SplitText those multi lines flowfiles are useless.
> I could just send these flowfiles as-is to my NIFI RPG and have all what we
> currently do on the client side performed on the server side but I would like
> to avoid that and use my client processors to lighten a bit the server load.
> 1/ Is there a targeted date for delivering *SplitText*?
> 2/ Or would one suggest a work around in the meantime, for instance ensure
> the TailFile produce one flowfile per line?
> Thank you for your inputs and recommendations
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)