Anyone have any idea how to use the ExtractSingleWord (or ExtractSingleWordFrom) tool in the Rename item>Advanced>Functions sub-menu of the batcher? Selecting it just brings up several inscrutable text-entry boxes that appear to do nothing.
I'm trying to unify several different naming schemes and need to extract a sequence number from some old file names. I was looking for some sort of regex evaluator, but I can't tell if this function does anything similar to that.
There used to be a post asking about this function in IDI, but it was apparently lost when the forums were reorganized.
ExtractSingleWord
-
- Posts: 109
- Joined: 13 Apr 08 18:54
- Location: Boston, MA USA
Re: ExtractSingleWord
Hi.. you can review the original post by using this link - not sure it will answer the question but may provide others with some helpful info.. good luck!
http://forum.idimager.com/viewtopic.php?t=14059
http://forum.idimager.com/viewtopic.php?t=14059
Check out our detailed DAM reviews at http://www.DAMRoundup.com
Custom designed books for publication or personal enjoyment - http://www.JingotheCat.com
Custom designed books for publication or personal enjoyment - http://www.JingotheCat.com
Re: ExtractSingleWord
Thanks! This code I found in the macro command parameter listing for IDImager ended up doing exactly what I want (extracting a sequence number):
(Also, it might be worth adding a mod_rewrite rule so Google search links work again.)
Code: Select all
%FileName{word=1,right,_}