/excsv

CSV Reader In Elixir

Primary LanguageElixir

Excsv

Excsv is CSV reader is a simple CSV reader written in elixir.

Steps:-

git clone https://github.com/atulpundhir/excsv.git 
cd excsv
mix test
mix escriptize
./excsv csv/test.csv

TODO

  • Show statistics after completion
  • Accepts field names and generate new CSV for those fields