haskell-hvr/cassava

FromNamedRecord and case

ivan-m opened this issue · 0 comments

More a discussion point than anything else.

If we read a CSV file using FromNamedRecord, should the lookups of column names be caseless? If so, we'd probably want to use Data.Text.toCaseFold rather than relying upon ByteStrings, which could also have encoding issues.