Function seella::session_from_csv

source ·
pub fn session_from_csv(
    sessions_path: &PathBuf,
    events_path: &PathBuf,
    session_id: &str
) -> Result<Session, Box<dyn Error>>
Expand description

Constructs a Session instance from the files given in the CsvModeOptions config.

This Session instance contains all of the information available from the session.csv file, as well as all of the information for the events relating to that session from the events.csv file.