DataTable icon indicating copy to clipboard operation
DataTable copied to clipboard

RowsAs with mappingDictionary not case-insensitive

Open icrf opened this issue 9 years ago • 0 comments

Passing a mappingDictionary to RowsAs doesn't match columns in the usual fuzzy method as everything else. Looking at the code, the column name is run through mappingDictionary.ContainsKey() before being run through Normalize() which handles the fuzzy matching.

icrf avatar Sep 16 '16 18:09 icrf