LINQtoCSV
LINQtoCSV copied to clipboard
StreamReader CsvColumn Bug
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
