How to add Custom Column to file name

Bulk Rename Utility How-To's

How to add Custom Column to file name

Postby fourboxes » Tue Nov 09, 2021 12:43 am

I found a post here showing me how to display dimensions in the Custom Column using this:
Code: Select all
    <(#System.Image.HorizontalSize)> x <(#System.Image.VerticalSize)>

How do I add that info to each file name? I have 100 files labeled wp_001.jpg through wp100.jpg and I just want to append wp_001_[custom column].jpg

Thanks!
fourboxes
 
Posts: 2
Joined: Tue Nov 09, 2021 12:38 am

Re: How to add Custom Column to file name

Postby Luuk » Tue Nov 09, 2021 6:11 am

The easy way is using <_[(#Width) x (#Height)]> inside of the "Suffix" for Add(7).
Luuk
 
Posts: 690
Joined: Fri Feb 21, 2020 10:58 pm

Re: How to add Custom Column to file name

Postby fourboxes » Tue Nov 09, 2021 6:46 pm

Luuk wrote:The easy way is using <_[(#Width) x (#Height)]> inside of the "Suffix" for Add(7).


That worked great - thank you!
fourboxes
 
Posts: 2
Joined: Tue Nov 09, 2021 12:38 am


Return to How-To