ExifTool Forum

ExifTool => Newbies => Topic started by: hrorek on June 13, 2015, 08:56:00 AM

Title: labels on a table?
Post by: hrorek on June 13, 2015, 08:56:00 AM
Can I add field labels to table I'm creating with -T ?
Title: Re: labels on a table?
Post by: Phil Harvey on June 14, 2015, 05:07:00 PM
Yes.  Take a look at the -echo option.  It will work, but getting the newline you want may be tricky since you'll have to embed it in the echo argument.  An alternative is to use the -csv and comma-separated format, which adds tag name headers to the columns.

- Phil