Evaluate Destination File (1 reply)
pleroux, correct there is no way to 'evaluate' the destination file.
You do however have access to the original filename and extension through %FILENAME and %FILEEXT expando fields respectively.
https://www.realisable.co.uk/support/Documentation/iman-user-guide/Tasks/File.htm
So you could use the following:
%FILENAME-results.%FILEEXT
Thanks
I have a job where when the job has completed successfully it moves the source file to a “Processed” folder but we also need to put a copy in another folder and add a suffix (“-results”). The move task doesn’t evaluate the “Destination File” field. Am I missing something or is there another way of renaming the file?