DataMorph v0.0.7 API Reference
Modules
Create Elixir structs, maps with atom keys, and keyword lists from CSV/TSV data
Functions for converting enumerable, or string of CSV to stream of rows
Contains camelize_concat/1
and camelize_concat/2
functions that camelize
and concatenate aliases and return a new alias
Contains from_rows/3
function that defines a struct and return structs
created from rows, and defmodulestruct/2
macro to define a struct