Background
I have a workflow that uses a FetchFile
processor, some intermediary processors (e.g. RouteOnAttribute
, HashContent
, etc.), and then a PutFile
processor.
Throughout it all, the content is not being manipulated.
Issue/Problem
The PutFile
processor is saving files using a timestamp, NOT the original filename.
Question
How can I either:
- Get the
PutFile
processor to use the original filename? or - Specify the filename that the
PutFile
processor will use?