GPSLatitudeRef GPSLatitude GPSLongitudeRef GPSLongitude GPSTimeStamp GSPDateStampJPEG tags: The tag is listed along with the information used to populate it, which is the same for every image.
ImageDescription: Photo of grab sample in sampler from a sample on Stellwagen Bank, MA from survey 2016-038-FA Artist: Page C. Valentine Copyright: Public Domain - please credit the U.S. Geological Survey UserComment: Image part of USGS data release https://doi.org/10.5066/P91MNNSNIPTC tags: The tag is listed along with the information used to populate it - which is the same for every image.
Credit: U.S. Geological Survey Contact: WHSC_data_contact@usgs.gov keywords: Stellwagen Bank, Massachusetts, 2016-038-FA, SEABOSS, sea floor, USGS, ground-truth, https://doi.org/10.5066/P91MNNSN CopyrightNotice: Public Domain - please credit U.S. Geological Survey Caption-Abstract: Photo of grab sample in sampler from a sample on Stellwagen Bank, MA from survey 2016-038-FAXMP tags: The tag is listed along with the information used to populate it - which is the same for every image. Caption: Photo of grab sample in sampler from a sample on Stellwagen Bank, MA from survey 2016-038-FA
exiftool.exe -csv -f -filename -GPSTimeStamp -GPSDateStamp -GPSLongitude -GPSLatitude -n -Artist -Credit -comment -keywords -Caption -Copyright -CopyrightNotice -Caption-Abstract -ImageDescription -UserComment *.jpg > out.csv
The -csv flag writes the information out in a comma-delimited format. The -n option formats the latitude and longitude as signed decimal degrees. Whether you use exiftool or exiftool.exe will depend on the system on which the command is being run.