Page 1 of 1

Trying to remove underscore at the end of a filename.

Posted: Mon Jun 24, 2024 4:11 pm
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.

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

Posted: Mon Jun 24, 2024 4:34 pm
by sander
This will do:
renameJob.png
renameJob.png (24.29 KiB) Viewed 5167 times
1. _.[Job.Extension]
2. .[Job.Extension]

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

Posted: Mon Jun 24, 2024 4:54 pm
by MichaelG
Yep, that worked. Thank You.

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

Posted: Tue Jun 25, 2024 2:36 pm
by tdeschampsBluewest
You should also make it recursive, to remove multiple underscore at the end, just in case :).