Batch save Filename and CreateDate into a TXT or Excel file ExifToolGUI

Started by JEXIF, March 07, 2025, 03:27:55 AM

Previous topic - Next topic

JEXIF

Does anyone know if there is a command I can use in ExifToolGUI to save a list of the files with the CreateDate and Filename?

I wish to save a list of the Filename and CreateDate into a single TXT or Excel file to use as a reference.

Thank you

ywzc

You can create a csv file like this:
exiftool -csv -CreateDate path/to/files > path/to/list.csvAnd then convert the csv file to excel.

JEXIF

Thank you for the reply. I am using ExifToolGUI which I believe works differently. Is there a command for the ExifToolGUI version?

I can use Export/Import option in ExifToolGUI but it creates a separate txt file for each video. I am wondering if there is a way to export only the Filename and CreateDate into a single list.


I can not seem to get Exiftool to do what I need through the Cmd. I just tried running that command in the correct folder in Cmd but it did not work. I am probably using it wrong.



FrankB

What do you mean with ExifToolGui? The program that you can download here?
https://github.com/FrankBijnen/ExifToolGui/releases

If yes, there is a separate section for GUI.
https://exiftool.org/forum/index.php?board=7.0

Have a look at the online docs: https://github.com/FrankBijnen/ExifToolGui/blob/main/Docs/ExifToolGUI_V6.md#p_filelist

If it is still not clear post your question there, I will provide you with some screenshots how it can be done.

Frank

FrankB

First add the tag you want (CreateDate) to the filelist.

Open the configuration
config.jpg

Modify the 'User defined', or create a new list with the tag(s) you want.
filelist.jpg

In the filelist select the files you want. Use CTRL/A for all files.
Click Export/CSV
export.jpg

That will show a save dialog for the CSV file.

Frank