Closed ondrisvu closed 9 months ago
This fix also includes a test case, to demonstrate the error and the solution. Please consider for inclusion, as this will be the basis for a series of PRs that improve the compatibility with more log formats and XES extensions in the IoT space. (Juergen Mangler, TUM).
The 'iterparse' read_xes variant failed reading XES event logs, which contained lists consisting of composite attributes (1/ an attribute with meta-attributes or 2/ another list).
This small PR fixes that incosistency. In addition, a minimal XES event log, with both of the aforementioned composite-list-attribute examples, was added to the existing collection of unit tests.