ctubbsii commented on PR #5332:
URL: https://github.com/apache/accumulo/pull/5332#issuecomment-2787498116

   I like the idea of having a standard computer-readable output, but I'd 
prefer not to have CSV as an option. There are multiple different CSV 
standards, and they all do things slightly differently with quoting, spacing, 
redundant delimiters, etc. Plus, Java's String.split function is very confusing 
with splitting on a delimiter, making it harder to parse correctly. JSON or 
some other standard is fine, though.
   (Note: this is a general comment, as I haven't looked at this specific PR's 
implementation yet)


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

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to