How can I get more than the first warning in my CSV file?

Started by JoeS, March 01, 2020, 03:51:35 PM

Previous topic - Next topic

JoeS

Hello,

I've successfully created a CSV file with all the warnings and errors from the JPG files in my folder and subfolders, using:

exiftool.exe -csv -validate -warning -ext .jpg -r . > file.csv

But the output only ever shows the first warning, and there are often many more, eg:



SourceFileValidateWarning
folder/photo001.jpg   12 Warnings (10 minor)   [minor] Non-standard ExifIFD tag 0xea1c Padding

How can I see all the warnings? I've tried adding -a as below:

exiftool.exe -csv -validate -warning -a -ext .jpg -r . > file.csv

But this doesn't seem to work?

Many thanks.

StarGeek

"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