Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 526 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 526 Bytes

CsvSniffer

Elixir CI

An Elixir port of Python's CSV Sniffer.

Installation

The package can be installed by adding csv_sniffer to your list of dependencies in mix.exs:

def deps do
  [
    {:csv_sniffer, "~> 0.2.0"}
  ]
end

Documentation can be found at https://hexdocs.pm/csv_sniffer.