bench-show icon indicating copy to clipboard operation
bench-show copied to clipboard

Remove dependency on csv package

Open harendra-kumar opened this issue 3 years ago • 2 comments

csv is pretty simple. We can use something similar to https://github.com/composewell/streamly-examples/blob/master/examples/CSVParser.hs or just replace parsec with streamly parser in the csv package, it is trivial parsing. In fact, we can add a Streamly.CSV module in streamly itself, to load and dump the csv format.

harendra-kumar avatar Jan 25 '22 17:01 harendra-kumar

See #32

adithyaov avatar Jan 27 '22 17:01 adithyaov

We can just leave this be I believe. I do not want to depend on any internal modules of streamly, which I believe I'll need to depend on to make a clean solution.

adithyaov avatar Jan 30 '22 20:01 adithyaov