ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: luvnrocs on August 22, 2016, 07:02:01 PM

Title: Field is blank on CSV file
Post by: luvnrocs on August 22, 2016, 07:02:01 PM
I am running a bat file to create a CSV file of the metadata. There is a particular field (IPTC: JobID) that I have called out in the bat file to include, but it comes out blank even though if I look at the images in Adobe Bridge I see the data in the appropriate field.

Any thoughts?

exiftool -csv -f -r -D -G -a -exif:Make -exif:model -exif:artist -exif:resolutionunit -exif:software -exif:xresolution -exif:yresolution -iptc:source -iptc:JobId -iptc:keywords -XMP:All -xmp:identifier %1 >> %1\out.csv
Title: Re: Field is blank on CSV file
Post by: StarGeek on August 22, 2016, 07:56:43 PM
Try FAQ 3 (http://www.exiftool.org/faq.html#Q3).  Bridge may be reading the data from a different tag.

I did a little research and I think you may find that Bridge is reading XMP:TransmissionReference to fill the JobID property.