nimble_csv icon indicating copy to clipboard operation
nimble_csv copied to clipboard

A simple and fast CSV parsing and dumping library for Elixir

Results 3 nimble_csv issues
Sort by recently updated
recently updated
newest added

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...