ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: brantguy on September 14, 2010, 09:51:35 PM

Title: Writing time and lat-lon from .csv file to untagged image files
Post by: brantguy on September 14, 2010, 09:51:35 PM
Does anyone have code to read image file names, EXIF time, and lat-lon from a .csv file and write to untagged .jpg files?  I am a newbie so the KISS principle would be appreciated.

Thanks in advance.
Title: Re: Writing time and lat-lon from .csv file to untagged image files
Post by: Phil Harvey on September 15, 2010, 07:25:59 AM
If you have the ExifTool libraries installed, a simple Perl script will do what you want.  See the following threads for some examples:

    Write txt file information into jpg in batch possible? (https://exiftool.org/forum/index.php/topic,2472.0.html)

    Import Data from TXT file into many PSD, TIF & JPG Files (https://exiftool.org/forum/index.php/topic,1593.0.html)

    update-write iptc or xmp based on csv file (https://exiftool.org/forum/index.php/topic,1829.0.html)

    Batch GPS into Exif from text file (https://exiftool.org/forum/index.php/topic,1720.0.html)

- Phil