elixir_dbf
v0.1.8
Pages
Modules
elixir_dbf v0.1.8
ElixirDbf.Table
View Source
ElixirDbf table module
Link to this section
Summary
Functions
fetch_data(file, count \\ nil, encoding)
parse_row(block, columns, encoding)
read(path, encoding \\ nil)
read_count(path, count, encoding \\ nil)
read_rows(file, header, encoding, prev_block, rows \\ [])
read_rows_count(file, header, count, encoding, prev_block, rows \\ [])
Link to this section
Functions
Link to this function
fetch_data(file, count \\ nil, encoding)
View Source
Link to this function
parse_row(block, columns, encoding)
View Source
Link to this function
read(path, encoding \\ nil)
View Source
Link to this function
read_count(path, count, encoding \\ nil)
View Source
Link to this function
read_rows(file, header, encoding, prev_block, rows \\ [])
View Source
Link to this function
read_rows_count(file, header, count, encoding, prev_block, rows \\ [])
View Source