csvto v0.1.1 Csvto.Reader
Summary
Functions
Read from csv specified by path and convert to stream of map accoriding to given schema
Types
context()
context() :: %{path: String.t, columns: [column_def], schema: Csvto.Schema.t, fields: %{optional(String.t) => Csvto.Field.t}, unspecified: [Csvto.Field.t], opts: Map.t}
Functions
Read from csv specified by path and convert to stream of map accoriding to given schema