Reading csv having double quotes with lumenwork csv reader
问题 I'm reading a csv file using the Lumenworks csv reader. Below is an example record "001-0000265-003"|"Some detail"|"detal1"|"detail2"|"detal3"|"detail4"|"detail5"|"detail6" I've created a class with below constructor to read this file using (var input = new CsvReader(stream, true, '|')) { //logic to create an xml here } This works fine when there is no double quotes inside details. But when the scinarios like this "001-0000265-003"|"Some " detail"|"detal1"|"detail2"|"detal3"|"detail4"|