DataTable
DataTable copied to clipboard
RowsAs with mappingDictionary not case-insensitive
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.