Rename file removing date

User Support Request:
We are using jasftp for many file transfers and now I need to rename a file that we are receiving daily. So my question is: how can I rename a file from TESTD130806.TXT to TEST.TXT

Tech Support
1) If the filename contains todays date, then use the date variable:
Filename field: TESTD$%DATE::yyppdd%$.TXT (case sensitive)
Rename field: TEST.TXT

2) If the filename contains any previous date, use regex to match any 6 numbers
Filename: REGEXF=TESTD[0-9]{1,}.TXT
Rename field: TEST.TXT

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