csvto v0.1.3 Csvto.Field

Link to this section Summary

Link to this section Types

Link to this type field_type()
field_type() :: :single | :aggregate
Link to this type t()
t() :: %Csvto.Field{
  default: term(),
  field_index: integer() | nil,
  field_name: String.t() | nil,
  field_type: field_type(),
  file: String.t(),
  line: integer(),
  name: atom(),
  opts: Map.t(),
  required?: boolean(),
  type: atom(),
  validator: validator()
}
Link to this type validator()
validator() :: {atom(), any()} | atom() | nil