Dataselect is an interface to the dataselect binary
Summary
Functions
This function takes a list of DataFile. It actually reads data from archive and returns the data as a list, using dataselect binary. It expects a match file to be available (previously prepared by write_match_file/2) Returns {:ok, workdir} where workdir is the directory where all the data has been stored
Functions
@spec read_all_files([Wsdataselect.DataFile.t()]) :: {:ok, String.t()}
This function takes a list of DataFile. It actually reads data from archive and returns the data as a list, using dataselect binary. It expects a match file to be available (previously prepared by write_match_file/2) Returns {:ok, workdir} where workdir is the directory where all the data has been stored