Author Topic: Rename file from a word document  (Read 1687 times)

Offline denisbalibouse

  • Member
  • **
  • Posts: 65
    • View Profile
    • Display of my work
Rename file from a word document
« on: April 16, 2011, 12:11:58 PM »
'Hi everyone,

I did a search in the forum but couldn't find any answer.

Here is my problem :

I have 1200 pictures of 300 different objects and looking for a way to import their name from a word document.
Is there a possiblity to automate this task ?

I am using 4.6.6 on a Mac

Thanks for your help

Denis
« Last Edit: April 16, 2011, 12:13:36 PM by denisbalibouse »

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24767
    • View Profile
    • Camera Bits, Inc.
Re: Rename file from a word document
« Reply #1 on: April 16, 2011, 05:50:56 PM »
Denis,

I have 1200 pictures of 300 different objects and looking for a way to import their name from a word document.
Is there a possiblity to automate this task ?

Definitely not with a Word document.  If you were to use a plain text document instead you could use Code Replacement.  Set your file up like so:

filename.jpg[tab]object
filename.nef[tab]object
...
filename.tif[tab]object

Load up your text file into the Code Replacement dialog (Edit->Set->Code Replacements...)

Then use the IPTC Stationery Pad with Code Replacement and {variables}.  For instance if you wanted to put the object in the Keywords section put the following in the Keywords field:

\{filename}\

...and then apply the IPTC Stationery Pad to the selected photos.

That should do it.

HTH,

-Kirk