CsvQuery icon indicating copy to clipboard operation
CsvQuery copied to clipboard

CR newline not supported

Open molsonkiko opened this issue 1 year ago • 0 comments

Files with CR newline were not properly parsed, and instead gave some sort of error. The bug was in CsvQuery/Csv/CsvSettings.cs.

Doesn't seem like this was a bug per se, since you apparently made the conscious choice not to support this.

That said, I have worked with CSV files that use CR newline, and I figured I'd fix this.

I'll open a PR.

molsonkiko avatar Mar 13 '23 17:03 molsonkiko