molgenis / molgenis-legacy

The MOLGENIS Software generator tool for creating Dynamic Software Infrastructure used in the Life Sciences
http://www.molgenis.org
20 stars 19 forks source link

CsvReader removes leading/trailing whitespace in values #166

Closed dennishendriksen closed 11 years ago

dennishendriksen commented 11 years ago

CsvReader removes leading/trailing whitespace in values, because values are explicitly trimmed in CsvBufferedMultilineReader and SimpleTuple. Reading a CSV file and writing the parsed CSV data should result a CSv file with the same content.

dennishendriksen commented 11 years ago

Fixed in the 'new' org.molgenis.io.CsvReader/CsvWriter