cgotx81
Results
1
issues of
cgotx81
In reading the following csv file: Levels, FirstName, LastName "Expert, Middle", James, West with fields defined as [FieldQuoted('"', QuoteMode.OptionalForBoth)] public string Levels, FirstName, LastName; CsvToDataTable fails when the 1st field...