Can I add field labels to table I'm creating with -T ?
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