ExifTool Forum

ExifTool => Newbies => Topic started by: Snapshot on April 27, 2013, 02:13:51 PM

Title: -csv does not export anything but filename
Post by: Snapshot on April 27, 2013, 02:13:51 PM
I would like to export all the EXIF and IPTC for all files in a folder to a database.  I have exiftool.exe in the same folder as my test images (called c:\test). I'm using Windows XP.   The problem is when I try this from the command line:

exiftool -csv -r c:\test > c:\test.csv   

All I get is a file containing this:

======== c:\test/costa.jpg
======== c:\test/Poster.jpg
    1 directories scanned
    2 image files read

I know these files have metadata because I can see it when I use drag-and-drop with exiftools.  How can I get that same data exported to a file for all the images in a folder?   I am very new to exiftools and not a programmer so no answer is too basic here.

Thanks
Title: Re: -csv does not export anything but filename
Post by: Phil Harvey on April 27, 2013, 08:07:28 PM
I suspect you are using an old version of ExifTool (before the -csv option).

Try updating.

- Phil
Title: Re: -csv does not export anything but filename
Post by: Snapshot on April 27, 2013, 09:30:21 PM
Thanks!  That did it.