Created 07-24-2018 11:05 PM
I need to replace all of the contents of my flowfile with a file on the disk. Seems like FetchFile just adds the contents to the flowfile, is there a way to drop the contents of my flowfile first?
Created on 07-25-2018 12:51 AM - edited 08-17-2019 11:08 PM
Use ModifyBytes processor which will drop the contents of your flowfile.
Set the property value remove all content to true
Processor configs:-