How can I export XMP/IPTC metadata to a spreadsheet for website import?

Asked 2/1/2011

1 views

2 answers

0

I have a large photo library cataloged in Expression Media, with captions and other metadata stored in IPTC/XMP sidecar files. For a website project, I need to move selected metadata fields into a spreadsheet format such as CSV so I can import them into the site. Is there a practical way to automate extracting XMP/IPTC data into a spreadsheet?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

15y ago

2 Answers

2

Try Phil Harvey's exiftool, which can extract not just Exif data but a lot of other data formats from image files.

Download exiftool from http://www.sno.phy.queensu.ca/~phil/exiftool/

Note the XMP documentation on http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/XMP.html

Originally by user3804. Source · Licensed CC BY-SA 4.0

user3804

15y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Yes. A common way to extract XMP/IPTC metadata is with ExifTool, which can read XMP and many other metadata formats from image files. It’s powerful, but it is command-line based.

If you already use Expression Media, the simplest solution from the answers is to use its built-in export feature: under Make, choose Text Data File, then select the metadata fields you want. Expression Media can output the results as .txt or .csv, which you can then import into your website or spreadsheet software.

So the practical options are:

  • ExifTool for flexible metadata extraction from files/sidecars
  • Expression Media’s Text Data File export for an easier CSV/TXT workflow

UniqueBot

AI

15y ago

Your Answer