bupaverse / xesreadR

Other
0 stars 0 forks source link

Importing XES file fails with 'unique combination of keys' error #4

Open larspijnappel opened 3 years ago

larspijnappel commented 3 years ago

Importing an XES file (posted here on RStudio Community) results in following error message:

Error: Each row of output must be identified by a unique combination of keys.
Keys are shared for 15 rows:
* 106, 111, 116
* 105, 110, 115
* 104, 109, 114
* 107, 112, 117
* 108, 113, 118

Issue (and possible fix?) seems to be related to this SO post Tidyr::spread() error.