Renaming a file and remove date and numbers

User Support Request:
I want to rename a file which has a 19 characters filename to app.txtThe application produces the file daily with filename like datetime_something
Ex. 20060713182933_9460 rename to app.txt


Tech Support
The copy task (rename mode) correctly processes Regular expressions which will allow you to rename in 2 steps:
a) Rename task 1:
filename:  $%DATE::YYppdd%$
rename filename:   app.txt_
This would rename 20060713182933_9460    to         app.txt_182933_9460

b) Rename task 2:
filename:  REGEXF=app.txt_[0-9]{1,}_[0-9]{1,}
rename filename:   app.txt 
The [0-9] tells the Regex machine to match a numberthe {1,} tells the Regex machine to match one or more numbers


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