MikeStall / DataTable

Class library for working with tabular data, especially CSV files
Apache License 2.0
150 stars 63 forks source link

RowsAs with mappingDictionary not case-insensitive #49

Open icrf opened 8 years ago

icrf commented 8 years ago

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.