Hi,
I'm new to Bulk Rename Utility but it looks quite powerful tool!
Quite sure it has almost endless possibilities regarding renaming.
So, that's why I'm asking -
The task is to rename symbol in file name witch is separated by specific characters to another symbol if some statement in file name is TRUE.
Is that possible? For example-
The original file names are-
001_AR_0_IN72-02-revA
002_AR_0_IN72-01-revB
003_AR_0_IN71-02-revC
004_AR_0_IN73-01
The task is to rename files like this-
001_AR_1_IN72-02-revA
002_AR_2_IN72-01-revB
003_AR_3_IN71-02-revC
004_AR_0_IN73-01
So,
only if in the file name exists "revA" then replace "_0_" with "_1_"
only if in the file name exists "revB" then replace "_0_" with "_2_"
only if in the file name exists "revC" then replace "_0_" with "_3_"
otherwise dont do nothing
Hope explained +- understandably.
Thanks in advance!
Kaspars