In Active Transfer, is there a way to manipulate filenames? For example, I have a control file that I want to move to an archive directory:
CONTROL_FILE.txt
When I move it to the archive directory I want to rename it thus (I know how to do this):
CONTROL_FILE.txt.20210119
However, there is a slight twist to this. I want to append the date of the previous day so filename should be:
CONTROL_FILE.txt.20210118
Is this possible?
#Managed-File-Transfer#webMethods#B2B-Integration