[][src]Function ravencol::reading::get_data_hsm

pub fn get_data_hsm(
    file_path: OsString
) -> Result<(StringRecord, Vec<HashMap<String, String>>), Box<dyn Error>>

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