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.
- Host: GitHub
- URL: https://github.com/fifth-postulate/elm-csv-decode
- Owner: fifth-postulate
- License: mit
- Created: 2019-05-11T05:36:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T08:20:13.000Z (about 7 years ago)
- Last Synced: 2025-10-20T15:36:55.566Z (9 months ago)
- Language: Elm
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/