XMP data tagging via csv

Started by DSL, October 30, 2015, 12:40:56 PM

Previous topic - Next topic

DSL

Hi Phil,

I am trying to add some data to a folder of images from a csv file I have created.  Update: sorry, it did work after all. Please delete this thread. (sorry)

Cheers,

Dave

Phil Harvey

Hi Dave,

For this to work you will need a config file that defines your PoseHeadingDegrees, etc tags.

You must be able to write them first with a command like this: exiftool -posheadingdegrees=1 FILE

And then read it back again with: exiftool -posheadingdegrees FILE

- 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 ($).