- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Can you name a file with the PutFile processor?
Created ‎02-03-2017 12:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Pierre Villard yep, that did it, thanks for the help.
