Member since
10-06-2021
7
Posts
0
Kudos Received
0
Solutions
10-08-2021
05:25 AM
I have a use case as below:- I have files to be transferred using Nifi flow as ListFile->FetchFile->PutFile processor. But I want the PutFile processor to execute/trigger only if a given condition is true (let's say if the attribute value of the flow file is equal to given value). Please tell me how to achieve this and what processor must be placed between FetchFile and PutFile processor in the above-given flow.
... View more
Labels:
- Labels:
-
Apache NiFi
10-07-2021
11:44 PM
Yes @MattWho , you understood it correctly. Let me tell you that the files in the source folder are there from the start and no more files are put in the source folder after the Nifi flow processing starts. The files from the source folder need to be processed by PutFile processor in some given future specifed date and time as required by the client.
... View more
10-06-2021
10:50 PM
Thanks for the detailed solution. But I have more than thousands of flowfiles as input to PutFile processor and the same must be processed in a given future date and time. Hence kindly request you to give suggestion on how to handle this situation for the same requirement if possible.
... View more
10-06-2021
12:30 AM
How can we make the PutFile Nifi processor execute only at some specified date and time?
... View more
Labels:
- Labels:
-
Apache NiFi