Tino Posted August 6, 2015 Posted August 6, 2015 Hello, I hope I am posting in the right place and thank you so much for providing any kind of help.I am required to perform a renaming task, depending on the part of the names of the second set of files.Example..Original set of filesFile_A.txt match with ID001_File_A_txtFile_B.txt match with ID002_File_B_txtFile_C.txt match with ID003_File_C_txtRename the original files into second set,ID001..ID002..ID003..The IDs are sequential and I tried to figure out how they were sorted, so that I can use regex replace to put sequential IDs in front but it doesn't work as the IDs were put in randomly without any sorting algorithm. How should I come up with a logic that matches the part of the names of set 2? Any ideas would be highly appreciated.Thanks a lot.
Tino Posted August 6, 2015 Author Posted August 6, 2015 Thank you for looking into this and considering any solutions. I kind of resolved the problem with BulkRename utility with the help of excel sorting a few of regex search & replaces. Appreciate the views. Thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now