An open API service indexing awesome lists of open source software.

https://github.com/fifth-postulate/elm-csv-decode

Use pipelines to build CSV decoders.
https://github.com/fifth-postulate/elm-csv-decode

Last synced: about 1 month ago
JSON representation

Use pipelines to build CSV decoders.

Awesome Lists containing this project

README

          

# elm-csv-decode
Decode CSV just like you decode JSON.

## Motivation
Another package for decoding CSV into data structures of your own is [`ericgj/elm-csv-decode`][elm-decode]. I had a hard time using the package because I was expecting it to be similar to [`elm/json`][elm-json], and it is subtly different.

This package is an exploration into if we could create a CSV decoder that is aligns more with my intuition.

[elm-decode]: https://package.elm-lang.org/packages/ericgj/elm-csv-decode/latest/
[elm-json]: https://package.elm-lang.org/packages/elm/json/latest/