Extracting metadata to a CSV or printing photos with metadata

Extracting metadata to a CSV or printing photos with metadata

Some TTP users have requested a way to export their tag info to CSV.  While TTP does not support that natively, there is a method to do that using the free utility from Exiftool (Phil Harvey created and supports this utility).

The way this is done is using the tag info embedded in the image itself, and not the TTP database info.

Here is a link to the article on the exiftool user group about exporting:

And here is an example of the command line:
exiftool -csv >out.csv *.jpg

The above command would extract all embedded metadata tags from all JPG's and write the data in CSV format to a file called "out.csv".  That file could then be opened in a spreadsheet program.

Some other tips for printing metadata:

The following output is from a free utility called FastPhotoTagger, available for download from Sourceforge.  It requires the Java runtime engine - also free for personal use - so it will prompt you to install that.

It gives lots of options for viewing/printing metadata along with the photos.


    • Related Articles

    • Exiftool - a great command line utility for photo metadata

      Exiftool is a command line utility created by Phil Harvey (a fellow Canadian).  Available from;       https://exiftool.org/  It is a super powerful tool for reporting on metadata, extracting it, modifying it, and in some case repairing it.  It has ...
    • Exporting faces

      We currently offer the ability to export photos selected via a complex search.  Those can be used for slideshows, books or other purposes. But, some users would like to export just the face thumbnails themselves.  So this would be feature added to ...
    • Conversion from HEIC preserving metadata

      Some of you have asked whether there is a way to convert HEIC images to JPGs, but preserve the metadata tags you have created in TTP. That metadata is written into sidecar XMP files. There is one relatively simple method we have found and that uses a ...
    • Sharing and/or Synchronizing images with other TTP users

      This is a powerful feature of TTP that allows you to share tagging efforts on a subset of your photo library (or even all of your photos if you choose). By updating the metadata on shared images, all people with shared access to a folder will receive ...
    • Saving bandwidth when backing photos up to the cloud

      Many people use OneDrive, Dropbox, Google Drive or other cloud storage provider.  Those services offer a great way to protect your data in the case of a major disaster with your home or just your computer - either way it protects your data and that ...