Created 02-03-2017 12:47 PM
Hi, when using the putfile processor, i see that it adds its own name to a file before adding it to the directory. Is there a way for me to name the file?
Created 02-03-2017 12:48 PM
Hi @Roger Young,
The processor uses the 'filename' attribute of the flow file. You can use an UpdateAttribute processor to update this attribute to give a custom name to your file.
Hope this helps.
Created 02-03-2017 12:48 PM
Hi @Roger Young,
The processor uses the 'filename' attribute of the flow file. You can use an UpdateAttribute processor to update this attribute to give a custom name to your file.
Hope this helps.
Created 02-03-2017 12:51 PM
@Pierre Villard yep, that did it, thanks for the help.