nimble_csv icon indicating copy to clipboard operation
nimble_csv copied to clipboard

`undefined` when using RFC4180 in Mix Task

Open kevinkirkup opened this issue 6 months ago • 0 comments

When generating PLTs

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.

    [headers | rows]
    |> CSVParser.dump_to_iodata()
    |> IO.iodata_to_binary()
    |> then(&File.write("output.csv", &1))

Any help would be appreciated.

kevinkirkup avatar Apr 29 '25 16:04 kevinkirkup