Function process_mining::export_xes_event_log_to_file_path

source ยท
pub fn export_xes_event_log_to_file_path(
    log: &EventLog,
    path: &str,
) -> Result<(), Error>
Expand description

Export an EventLog to a filepath

Automatically selects gz-compression if filepath ends with .gz

See also export_xes_event_log_to_file, which accepts a File and boolean flag for gz-compression.