Trying to remove underscore at the end of a filename.

Post Reply
MichaelG
Newbie
Posts: 10
Joined: Wed Nov 15, 2017 2:37 pm

Trying to remove underscore at the end of a filename.

Post by MichaelG »

I am trying to remove an underscore "_" from the end of a filename using the Rename Job flow element and I'm not having any luck. It should be easy, but I'm stuck.
sander
Advanced member
Posts: 308
Joined: Wed Oct 01, 2014 8:58 am
Location: Den Bosch

Re: Trying to remove underscore at the end of a filename.

Post by sander »

This will do:
renameJob.png
renameJob.png (24.29 KiB) Viewed 5162 times
1. _.[Job.Extension]
2. .[Job.Extension]
MichaelG
Newbie
Posts: 10
Joined: Wed Nov 15, 2017 2:37 pm

Re: Trying to remove underscore at the end of a filename.

Post by MichaelG »

Yep, that worked. Thank You.
User avatar
tdeschampsBluewest
Member
Posts: 128
Joined: Tue Jun 01, 2021 11:57 am

Re: Trying to remove underscore at the end of a filename.

Post by tdeschampsBluewest »

You should also make it recursive, to remove multiple underscore at the end, just in case :).
Do you like the Enfocus Apps developed by Bluewest?
Feel free to leave a comment on the Appstore!
Post Reply