Elixir library to parse dBASE III (.dbf) files
The package can be installed by adding ex_dbase to your list of dependencies in mix.exs:
def deps do
[
{:ex_dbase, "~> 1.0.0"}
]
endDocumentation can be generated with ExDoc The docs can also be found at https://hexdocs.pm/ex_dbase.