Wsdataselect.Dataselect (wsdataselect v1.1.22)

Copy Markdown View Source

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

create_workdir()

random_postfix()

read_all_files(files)

@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