You must be logged in to post Login

Search Forums:


 






Relink Images Using

UserPost

12:57 pm
July 11, 2011


Joe C

Community Member

posts 17

Hi,

Has anyone heard of a script that will relink images based off a text or csv file, maybe something similar to ID's FindChangeByList but for images?

For example

T:BD CatalogsV8-PHOTOSK-INTERIORCOLORHR-62044-B Dash knob.tif  
changing to
P:Art DepartmentHHR-62044-B.tif

There are several thousand that will be changing. I have a spreadsheet showing all links with image paths for a document and another list showing what the image paths need to be updated to. In some cases the file names are changing too.

Thanks.

6:33 pm
July 12, 2011


steve.wareham

New Member

posts 1

I think this would be a fairly easy script to write, if it doesn't already exist. Assuming you have two columns of image names where they have corresponding rows, you could read in both collumns as an array. Then iterate through the aray, searching for the first name as a link and re-linking it with the the new name.