

I previously provided a link to the installation instructions. Then you will need to replace the column headers in your current file with the column headers generated by the ExifTool CSV output.Ĭome back once you have changed over the column headers and we can then go through the other issues that I spotted in your file. Which should output a text file of all of the metadata in your PSD sample.

#Add csv file to image exiftool code
Next, run the following command line code on a sample file that has metadata in your required fields to find out what the ExifTool metadata fields are titled:Įxiftool -a -G1 -s "path\to\file\here.psd "Įxiftool -a -G1 -s "C:\Username\Desktop\master_1920x1082_withVariables_v8.psd "Įxiftool -a -G1 -s -csv "C:\Username\Desktop\master_1920x1082_withVariables_v8.psd " > " C:\Username\Desktop\metadata output.csv "
#Add csv file to image exiftool install
Your CSV mostly looks OK, however I think that I can spot a few potential formatting issues and some column headers that I am not sure of in their destination mapping.Īre you Mac or Windows based? My guess is Win…įirst you will need to install the venerable ExifTool software.
