LINQtoCSV icon indicating copy to clipboard operation
LINQtoCSV copied to clipboard

StreamReader CsvColumn Bug

Open china-liudong opened this issue 7 years ago • 1 comments

when use csvContent.Read<T>(stream,csvDescription) method if the header is "index_id", we will get " index_id"(is wrong) FieldMapper.cs file need use row[i].Value.Trim() replace use row[i].Value

china-liudong avatar Apr 23 '19 06:04 china-liudong

fix

china-liudong avatar Apr 23 '19 06:04 china-liudong