nimble_csv
nimble_csv copied to clipboard
A simple and fast CSV parsing and dumping library for Elixir
Is there a way to get the count of entries in the file?
I have an error with dialyzer, by using this dummy parse_stream, I'm obtaining no local return ```elixir defmodule MyMod @spec base_stream(binary) :: Enumerable.t() def base_stream(srcfile) do srcfile |> File.stream!([:read, :compressed,...
When running dialyzer in my project (which relies on nimble_csv), I get the following error: ``` deps/nimble_csv/lib/nimble_csv.ex:523:unmatched_return The expression produces a value of type: [integer(), ...] but this value is...
When generating PLTs ```sh Compiling 44 files (.ex) warning: NimbleCSV.RFC4180.dump_to_iodata/1 is undefined (module NimbleCSV.RFC4180 is not available or is yet to be defined) │ ``` Not doing anything fancy here....