nirdizati / nirdizati-training-backend

https://training.nirdizati.org
6 stars 5 forks source link

Event log format #7

Open serjko opened 4 years ago

serjko commented 4 years ago

Hi Team,

I've been through the repo but couldn't find sample events logs or any reference to the expected data format. Would you mind sharing a few examples or formatting rules so I can adapt my event log to give this amazing system a test?

zerofang commented 4 years ago

This file may be helpful to you: nirdizati-training-backend-master\logdata\bpi17_sample.csv And I am also trying to figure out how to use this backend. I encountered some problems when testing it. Maybe we can exchange ideas. My email is zh.fang@outlook.com

verenich commented 4 years ago

Hi both,

As for the format of the input files, it needs to be a CSV file delimited with a comma or semicolon, with at least three mandatory attributes - case/instance identifier, event (activity name) and its timestamp. The example provided by @zerofang should do. You can read more about the tool from this undergrad thesis. and instructions for its installation are provided on this page.

This screencast may also be helpful to understand how to use the tool.

serjko commented 4 years ago

Thanks Zihan & Ilya,

@zerofang - I will keep you posted as I experiment with the tool.

@verenich - thanks again for the links and guidance. This is really cool stuff!

zerofang commented 4 years ago

@serjko I have successfully run this system. If you run into problems, you can @ me. I'm happy to help.