ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: billscully@me.com on February 15, 2014, 04:54:48 PM

Title: Retrieving full tag name
Post by: billscully@me.com on February 15, 2014, 04:54:48 PM
I am using -s and -G in my command line in order to retrieve the full tag name (e.g.," exif:WhiteBalance" or "photoshop:City") and not the description or name without the name space prefix.  However, I only am returned the tag name without the namespace prefix.  What am I doing wrong.  My command line is

"-stay_open True -G  -m -q -q -@ - -common_args -d \"%Y.%m.%d %H:%M:%S\" -t -a -s -u  "

Thank you,

Bill 
Title: Re: Retrieving full tag name
Post by: Phil Harvey on February 15, 2014, 07:25:44 PM
Hi Bill

With -t, the group name is in a separate column when -G is specified.

- Phil
Title: Re: Retrieving full tag name
Post by: billscully@me.com on February 16, 2014, 09:46:05 AM
Thanks, Phil.  Everything is great!

Bill