A CSV parser for Elm based on RFC 4180.
It allows quoted and multiline values.
elm install jonaobroad/commatosed
For usage, see the documentation.
This library builds on the following libraries :
- https://github.com/zgohr/elm-csv,
- https://github.com/lovasoa/elm-csv,
- https://github.com/gummesson/elm-csv
Thank you to Ken for the name.