nortal / Utilities.Csv

Library to read and write CSV format according to RFC4180.
Apache License 2.0
7 stars 3 forks source link

Support single-character row delimiter #2

Closed ImrePyhvel closed 10 years ago

ImrePyhvel commented 10 years ago

Lexing does not currently discover single-character row delimiters correctly. For example unix-style linefeed. This is unintended limitation and will be fixed.