pm4py.read.read_ocel2_sqlite#
- pm4py.read.read_ocel2_sqlite(file_path: str, encoding: str = 'utf-8') OCEL [source]#
Reads an OCEL2.0 event log from a SQLite database
- Parameters:
file_path (
str
) – path to the OCEL2.0 databaseencoding (
str
) – the encoding to be used (default: utf-8)
- Return type:
OCEL
import pm4py ocel = pm4py.read_ocel2_sqlite("<path_to_ocel_file.sqlite>")