#1 2007-08-06 18:23

kgblossom
Member
Registered: 2007-08-06
Posts: 1

Replace and increment.

Hello, I have just started attempting to use this renamer. And after a few hours in I decide to post the question that is frustrating me. I have many files that need to be basically renumbered. These file look similar to this:
280B850Z_01.tif
280B850Z_02.tif
280B850Z_03.tif
280B850Z_04.tif
...

I need to replace the 280B850Z_01.tif file and increment it by 5 to make this file 280B850Z_06.tif. the 02 file to 07 and so on.

It appears to be simple I just can't figure this out.
Any help?

Offline

#2 2007-08-06 20:24

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,374

Re: Replace and increment.

Here is a list of rules that you need to use:
1) Delete from delimiter "_" until the end (skip extension)
2) Insert "_" as suffix (skip extension)
3) Serialize incremental from 6 step 1, pad to length 2, as suffix (skip extension)

P.S. Don't forget to sort by the Name column before you apply the rules.

renamer280b850zyr9.gif

Offline

Board footer

Powered by FluxBB