Rename file removing timestamp
User Support Request
Can you give me an example of how to rename a file with time stamp
from
orders-07172006001715.txt.pgp to orders.csv
I'm guessing it would be something like
file name: orders-^[0-9]$+*
rename file name: orders.csv
Tech Support
Use the copy task (rename mode)
Filename field: :REGEXF=orders-[0-9]{1,}.txt.pgp
Rename filename field:orders.csv
the [0-9] tells it to match a number
the {1,} tells it to match 1 or more numbers in a row
As always, it is a pleasure doing business with you. We are very happy with the capabilities of the new version of Automize and are looking forward with moving ahead with our first production system based on this software. –Automize Enterprise User
Thanks for your timely response. You make a great product, and we're integrating it more and more into our daily production activities. I will try out these FTP suggestions as you've outlined. –JaSFTP User
Just wanted to compliment you folks on a great product. your product is working flawlessly! I'll definitely be purchasing it, and telling every other "IT type" I know about it! Thanks so much. –Automize User
Your program was exactly what I was looking for...you have all the features that I require; all in one program!!–AbleFTP user