You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 useData.Text.toCaseFold
rather than relying uponByteStrings
, which could also have encoding issues.The text was updated successfully, but these errors were encountered: