Prepend timestamp for wildcard upload deleting characters from filename
Hello all,
I'm uploading all files in a directory to a remote SFTP site and if I prepend a timestamp the timestamp will remove characters from the filename e.g.
The command I'm using:
What I'm expecting:
The result:
How can I fix this?
I'm uploading all files in a directory to a remote SFTP site and if I prepend a timestamp the timestamp will remove characters from the filename e.g.
The command I'm using:
put *.* %TIMESTAMP#yyyymmdd%*.*
20220914_abc_defghij_klmn.csv
20220914_ij_klmn.csv