ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: dwlott on December 23, 2024, 09:08:49 PM

Title: Tag Name, Tag Description, Tag Value
Post by: dwlott on December 23, 2024, 09:08:49 PM
Hello again,
Is there a way to get the tagnames, tag descriptions and tag values in one dump?
These two commands work great, yet I am hoping to get all three fields in one dump.

-a
-u
-s
-g0:1
E:\mySourceFolder\Standards\example-image-1.jpg

-a
-u
-g1
E:\mySourceFolder\Standards\example-image-1.jpg

Title: Re: Tag Name, Tag Description, Tag Value
Post by: Phil Harvey on December 23, 2024, 09:32:16 PM
The -j -l output is the best way to do this.  There are lots more features of -j to, see the docs for details.

- Phil
Title: Re: Tag Name, Tag Description, Tag Value
Post by: dwlott on December 29, 2024, 11:16:27 AM
Thank you Phil.
This command worked great for me to get the Tag Names, Tag Descriptions, and Tag Values in json format.
-j
-l
-G1
E:\mySourceFolder\File01.jpg