问题描述
我在使用以下代码导入 xes 文件时遇到问题 - 文件已导入但时间戳值丢失。
log = xes_import_factory.apply(r"C:\Users\fnoca\Documents\Procure-to-pay0.122.xes")
不幸的是,在下一个代码中,我收到了错误消息
parameters = {"timestamp_sort": True}`
log = xes_import_factory.apply(r"C:\Users\fnoca\Documents\Procure-to-pay0.122.xes",变体=“非标准”, 参数=参数)
ValueError: Invalid isoformat string: '2021-02-16T17:31:28.338+0100
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)