How to extract only selected files in a csv?

Started by Marie, December 06, 2019, 12:24:39 PM

Previous topic - Next topic

Marie

I try to use a conditional command as -if'$XMP:Label eq "Selected"' to extract only metadata for images that I have tagged as selected in Bridge in a csv, but it seems I do not have the right command. However, I am able to export the metadata -XMP:Label, but I would like to only have selected files in my .csv. Does anyone know how to do it?
If any help... this is the complet commande I use: exiftool -if'$XMP:Label eq "Sélectionner"' -csv -r -L -charset FileName=LATIN -G -XMP:Label -EXIF:CreateDate -XMP:Creator -File:FileName DIR >file.csv

Phil Harvey

You need a space after the -if argument.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Marie

Thank you for your helpful answer. Finally, I also had to change my quotation marks: single quotation marks for double and double quotation marks for single (doesn't know why).
It works with: exiftool -if "$XMP:Label eq 'Selected'" -csv -r -L -charset FileName=LATIN -G -XMP:Label -EXIF:CreateDate -XMP:Creator DIR >file.csv

StarGeek

Arguments in Windows CMD have to be double quoted with single quotes on the inside of that.  Mac/Linux are the reverse.  That's just the way the OS is set up.
"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