CsvReader
CsvReader copied to clipboard
Tab Delimited doesn't support quotes and newlines
From CodeProject comments...
just playing around with this and thought you should know this will throw exceptions if there are unescaped quotes and/or newlines (not CR/LF, just LF) in tab delimited csv. Seems like fairly common csv traits to me, maybe should be fixed, right?
Hello, I belive this is no longer an issue. Can you check my commit if it's correct test? Or am I missing something? If you want to I can create PR with this test, or Just close it as Fixed :)