Library for CSV-file embedding
Go to file
Aleksey Pirogov 11992e65bd add changelog
2017-09-20 11:51:22 +03:00
example init 2017-09-19 16:40:44 +03:00
src/Data/Csv init 2017-09-19 16:40:44 +03:00
.gitignore init 2017-09-19 16:40:44 +03:00
cassava-embed.cabal add changelog 2017-09-20 11:51:22 +03:00
CHANGES.md add changelog 2017-09-20 11:51:22 +03:00
LICENSE init 2017-09-19 16:40:44 +03:00
package.yaml add changelog 2017-09-20 11:51:22 +03:00
README.md init 2017-09-19 16:40:44 +03:00
Setup.hs init 2017-09-19 16:40:44 +03:00
stack-ghc-8.yaml init 2017-09-19 16:40:44 +03:00
stack.yaml init 2017-09-19 16:40:44 +03:00

cassava-embed

This library makes possible to embed any CSV-file as a list of cassava-parseable records.

Take a look at example/ folder for more info.