pm4py.objects.ocel.exporter.sqlite.variants.ocel20 module#

class pm4py.objects.ocel.exporter.sqlite.variants.ocel20.Parameters(*values)[source]#

Bases: Enum

ENABLE_NAMES_STRIPPING = 'enable_names_stripping'#
pm4py.objects.ocel.exporter.sqlite.variants.ocel20.apply(ocel: OCEL, file_path: str, parameters: Dict[Any, Any] | None = None)[source]#

Exports the given OCEL (OCEL 2.0) into a SQLite database. Automatically converts the event and object ‘ocel:timestamp’ fields to Python datetime objects to avoid SQLite binding errors.