ExifTool Forum

General => Metadata => Topic started by: DSL on October 30, 2015, 12:40:56 PM

Title: XMP data tagging via csv
Post by: DSL on October 30, 2015, 12:40:56 PM
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
Title: Re: XMP data tagging via csv
Post by: Phil Harvey on October 30, 2015, 12:50:47 PM
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