Hi
A file-to-file scenario where I've appended timestamp at the end of the filename. The task is now to append .dat at the end of timestamp.
If the file is Example
Then the target file should be as
"Exampleyyyymmddhhmmss.dat"
How can I accomplish this?
Please help.
Thanks in advance