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