CsvReader icon indicating copy to clipboard operation
CsvReader copied to clipboard

Tab Delimited doesn't support quotes and newlines

Open phatcher opened this issue 9 years ago • 1 comments

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?

phatcher avatar Jun 20 '15 21:06 phatcher

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 :)

jakubmaguza avatar Oct 14 '18 16:10 jakubmaguza