Freelance Project

Started by Mat88, September 27, 2024, 11:06:43 AM

Previous topic - Next topic

Mat88

Hello!

We're looking for an ExifTool expert to assist with a DAM migration project.

Specifically, we may need support in bulk adding metadata keywords to about 10k image files. We have a spreadsheet with filenames, and columns with the keywords we would like to embed into the image files.

If this is something that may be of interest, please let me know. Or if you have any recommendations for individuals or companies that could accomplish this for us, I welcome any referrals.

Thank you!

Phil Harvey

This command will do it

exiftool -csv=/path/to/file.csv .

Assuming your current directory is the one containing the images.

Read about the -csv option for more information.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).