Yet another CSV library for Elixir!
Once I get around to publishing Coma, follow these instructions:
-
Add coma to your list of dependencies in
mix.exs
:def deps do [{:coma, "~> 0.0.1"}] end
-
????PROFIT????
- CSV Reading
- Struct to represent CSV Row
- Options for reading headers
- CSV Writing
- Read/Write to/from struct rather than supplying a list of values