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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to