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
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.