You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by prabhu Mahendran <pr...@gmail.com> on 2017/05/16 05:19:11 UTC

How to hold on fetch file upto putfile to be complete?

Am using FetchFile processor after PutFile. Since I am using Putfile with
'append' as conflict resolution strategy to merge similar lines to
particular file.

By overall, nearly 200 success status sent to fetchfile processor for only
5 completely appended file. This leads to fetch file with deletefile option
leads to file not found for remaining 195 success status.

I want to send success only once for particular filename after grouping
similar flowfiles. Since mergecontent is not logically works, any other
option available to do this option in nifi??