csv-conduit icon indicating copy to clipboard operation
csv-conduit copied to clipboard

Customizable generic instances like aeson.

Open naushadh opened this issue 7 years ago • 0 comments

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.

naushadh avatar Oct 14 '17 01:10 naushadh