Field is blank on CSV file

Started by luvnrocs, August 22, 2016, 07:02:01 PM

Previous topic - Next topic

luvnrocs

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

StarGeek

Try FAQ 3.  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. 
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype