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/20 01:02:34 UTC

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

ChugR opened a new pull request #623: DISPATCH-1186: Add option to get CSV formatting for qdstat tables
URL: https://github.com/apache/qpid-dispatch/pull/623
 
 
   Add a "--csv" switch to qdstat command line to apply to display tables.
   
   The CSV format is controlled with a separator of ',' and a string quote
   of '"'.
   
   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. These ambiguities make user reconstruction of the
   original tables difficult after the table content has been through a
   jira or email paste.
   
   This commit has the code implementation but no docs.

----------------------------------------------------------------
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