[][src]Module ravencol::reading

Auxiliar module for reading CSV files.

Functions

get_data_brc

Returns a tuple with column names and a Vec of rows in a csv file. Each row are represented as a csv::ByteRecord

get_data_brc_h

Returns a tuple with column names and a Vec of rows in a csv file. Each row are represented as a csv::StringRecord

get_data_hsm

Returns a tuple with column names and a Vec of rows in a csv file. Each row are represented as a HashMap

get_data_src

Returns a tuple with column names and a Vec of rows in a csv file. Each row is represented as a csv::StringRecord

get_data_src_h

Returns a tuple with column names and a Vec of rows in a csv file. Each row are represented as a csv::StringRecord

get_data_vec

Returns a tuple with column names and a Vec of rows in a csv file. Each row is represented as a Vec

read_arg

Returns an OsString for terminal argument in position n or an error if it is not possible to read it