Handler for CSV files
Summary
Types
@type reason() :: FileConfig.reason()
Functions
@spec insert_records( FileConfig.Loader.table_state(), {term(), term()} | [{term(), term()}] ) :: :ok | {:error, FileConfig.reason()}
@spec load_update( FileConfig.Loader.name(), FileConfig.Loader.update(), :ets.tab(), FileConfig.Loader.update() ) :: FileConfig.Loader.table_state()
This function is deprecated. Use read/2 instead.
@spec lookup(FileConfig.Loader.table_state(), term()) :: term()
@spec read(FileConfig.Loader.table_state(), term()) :: {:ok, term()} | nil | {:error, reason()}