renaming doc~WDWALSOJ

Post any Bulk Rename Utility support requirements here. Open to all registered users.

renaming doc~WDWALSOJ

Postby deval » Mon Oct 03, 2011 11:57 am

I have a huge number of files that have been renamed to have junk a the end of the filename its always ~XXXXXXXX

any suggestions of how i could rename them - i do have some duplicates with the original file so i would love to compare timestamps and delete the duplicates

I guess I need to use regexp but not sure about the tilda symbol
deval
 
Posts: 1
Joined: Mon Oct 03, 2011 11:52 am

Re: renaming doc~WDWALSOJ

Postby Glenn » Mon Oct 10, 2011 5:28 pm

This sounds like it could be solved fairly simply with a regular expression.
e.g. Regex(1)
Match:([^~]+)~.*
Replace:\1
Include Ext. box unchecked
However, this makes a lot of assumptions about the content of the rest of the filename.
Can you give half a dozen real filenames as examples? Show how you want them changed.
It helps to know what is included in the part of the filename you want to keep, and what is in the part you want discarded.

Cordially,
Glenn
Glenn
 
Posts: 28
Joined: Fri Apr 14, 2006 4:53 pm
Location: Winnipeg, Canada


Return to BRU Support