pm4py.write.write_ocel2_sqlite#
- pm4py.write.write_ocel2_sqlite(ocel: OCEL, file_path: str, encoding: str = 'utf-8')[source]#
Writes an OCEL2.0 object to disk to a
SQLite
database (exported as.sqlite
file).- Parameters:
ocel (
OCEL
) – OCEL objectfile_path (
str
) – target file path to the SQLite datbaaseencoding (
str
) – the encoding to be used (default: utf-8)
import pm4py log = pm4py.write_ocel2_sqlite(ocel, '<path_to_export_to>')