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
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.
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.The text was updated successfully, but these errors were encountered: