PDA

View Full Version : Exporting CSV file of image info?


nbramley
12th of December 2007 (Wed), 15:28
I would like to create a CSV file for all the images in my database and I'm not sure if this is possible? I would like to capture all of the info I've inputed for each image. This info would include info like header, photographer, free textual info, keywords and categories... Does anyone no the easiest way to get a spreadsheet/CSV file of this info?

Thanks alot,
Neil

Overshot
12th of December 2007 (Wed), 17:28
phpMyAdmin, the open-source MySQL database management program, can output the contents of database tables directly to CSV format. Two tables, ee_photo and ee_photo_eng, contain most of the photo data that you mention.