ferronrsmith / jcsv

Automatically exported from code.google.com/p/jcsv
0 stars 0 forks source link

CSVColumnJoiner fails to quote values containing the delimiter (e.g. comma) #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CSVColumnJoiner neglects to quote columns when they contain the delimiter 
character.

As a workaround, the jcsv library user must manually quote the values before 
joining them with CSVColumnJoiner.

Using jcsv 1.4.0.

Original issue reported on code.google.com by apenneba...@42six.com on 22 Jan 2014 at 5:29