elixir_dbf v0.1.8 ElixirDbf.Table View Source

ElixirDbf table module

Link to this section Summary

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