ozataman / csv-conduit

Flexible, fast and constant-space CSV library for Haskell using conduits
Other
52 stars 32 forks source link

Customizable generic instances like aeson. #30

Open naushadh opened 6 years ago

naushadh commented 6 years ago

Inspired from cassava:#139.

For cases when you have to deal with a CSV with a column who's name isn't legal in Haskell, it would be nice to have an equivalent to fieldLabelModifier (unfortunately there's no direct export for it as the constructor isn't exported) to modify those few that require it.