AW: Delete FlowFile content

2021-05-20 Thread Dobbernack, Harald (Key-Work)
done… Von: Mark Payne Gesendet: Donnerstag, 20. Mai 2021 15:32 An: users@nifi.apache.org Betreff: Re: Delete FlowFile content Easiest way is to use ReplaceText. But put the replacement strategy (may not be exactly the name of the property) to Always Replace instead of Regex Replace. That should

Re: Delete FlowFile content

2021-05-20 Thread Mark Payne
Easiest way is to use ReplaceText. But put the replacement strategy (may not be exactly the name of the property) to Always Replace instead of Regex Replace. That should be extremely fast. Sent from my iPhone On May 20, 2021, at 9:26 AM, Tomislav Novosel wrote:  Hi to all, what is the

Delete FlowFile content

2021-05-20 Thread Tomislav Novosel
Hi to all, what is the best way to delete flowfiles content so that flowfile keeps attributes, but to not take space in next relationship between two processors? I found this: https://stackoverflow.com/questions/53312069/what-is-a-fastest-way-to-remove-nifi-flowfile-content But then flowfile