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.
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