You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2019/11/25 15:08:40 UTC

[GitHub] [qpid-dispatch] ChugR opened a new pull request #630: DISPATCH-1186: Add qdstat option to get CSV format for tables

ChugR opened a new pull request #630: DISPATCH-1186: Add qdstat option to get CSV format for tables
URL: https://github.com/apache/qpid-dispatch/pull/630
 
 
   Add a "--csv" switch to qdstat command line to apply to display tables.
   
   || CSV character  || value        ||
   |  separator      |  comma        |
   |  string quote   |  double quote |
   
   All non-blank values in headings and tables are output as quoted strings.
   Blank values in tables are not quoted. The output shall be consecutive
   separator commas.
   
   This option removes ambiguity for certain tables (like 'qdstat -l') where
   columns (like peer and phs) have no entry, and headers (like 'conn id') have
   spaces in their names.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org