Re: [CSV] org.apache.commons.csv.CSVFormat.DEFAULT

2013-03-27 Thread Gary Gregory
On Wed, Mar 20, 2013 at 3:54 AM, Benedikt Ritter wrote: > Hi Gary, > > > 2013/3/20 Gary Gregory > > > Addressing this TODO: > > > > /** > > * Standard comma separated format, as for {@link #RFC4180} but > > allowing empty lines. > > * > > * withDelimiter(',') > > * withQ

Re: [CSV] org.apache.commons.csv.CSVFormat.DEFAULT

2013-03-20 Thread Benedikt Ritter
Hi Gary, 2013/3/20 Gary Gregory > Addressing this TODO: > > /** > * Standard comma separated format, as for {@link #RFC4180} but > allowing empty lines. > * > * withDelimiter(',') > * withQuoteChar('"') > * withIgnoreEmptyLines(true) > * withLineSeparator(CRLF