Chi - 2008-02-21

Is there any particular reason that TabFormat doesn't double quote data with tab characters? CSVFormat does double quote data with commas. I know it's simple for us to just copy the CSVFormat to another class to do the same thing, but I was wondering if there is some convention that says that it shouldn't be done. Thanks.