MikeStall / DataTable

Class library for working with tabular data, especially CSV files
Apache License 2.0
150 stars 63 forks source link

Carriage Returns in text qualified fields create new lines #43

Closed ghost closed 9 years ago

ghost commented 9 years ago

If a field in the CSV data contains line feeds (CRLF) or similar, the line will get split regardless of any text qualification.

MikeStall commented 9 years ago

Can you include a sample snippet to demonstrate the bug?

MikeStall commented 9 years ago

It handles CRLF that are quoted. See WriteWithNewLine() unit test as an example.