Skip to content

toddhainsworth/coma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coma

Yet another CSV library for Elixir!

Installation

Once I get around to publishing Coma, follow these instructions:

  1. Add coma to your list of dependencies in mix.exs:

    def deps do [{:coma, "~> 0.0.1"}] end

  2. ????PROFIT????

Todo

  • 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

About

Yet another CSV library for Elixir!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages