Sign in Sign up
hex

csvlixir

CSVLixir is a CSV reader/writer for Elixir. Reading from files returns a stream of lists. Reading from strings returns a list of lists. The writer transforms a (possibly lazy) list of lists into a stream of CSV strings. It can also take a single list and return a single CSV string.

hex View on Hex

Activity

Latest release
9y ago
Total releases
6
Cadence
~6 months
Last 12 months
0

Details

License
Apache-2.0
First release
Jul 16, 2014
Releases
Version Released
2.0.4 patch
2.0.3 patch
2.0.2 patch
2.0.1 patch
2.0.0 major
1.0.0 initial