An Elixir port of Python's
CSV Sniffer, with a fixed set of delimiters: only considers [";", ",", "|", "\t"]
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.