fn csv_writer(
    observer: EventsObserverWrapper<'_>,
    path: String,
    sep: Option<String>,
    append: Option<(String, String)>
) -> SystemWrapper
Expand description

csv_writer(observer, path, sep=“;”)

Write CSV files of event lists

Parameters:

observer - an events observer to get data from the model

path - path for the output CSV file

sep - column separator

append - optional pair of key column name and value to append rows to an existing CSV file