Before https://github.com/tototoshi/scala-csv/pull/227 scala-csv would fail on csv files formatted like this: ``` A,B "100002","036" ``` Now, this leads to the whitespace being added to the "100002" value. I've added a testcase in this branch: https://github.com/Philippus/scala-csv/tree/issue-237