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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.