pub fn load_from_csv<P: AsRef<Path>>(
    csv_path: P
) -> Result<Vec<ArchiverRecord>, ArchiveReaderError>