To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.

txt to xes conversion

Hello, I actually have a similar problem with https://www.win.tue.nl/promforum/discussion/529/how-to-import-exercise1-txt-of-the-prom-tutorial.
I have tried to use PROM on alarm data to detect interrelated alarms.  At first, I gave each alarm as a single case but I want to give them together since they happened in a certain period of time.  Now I have different numbers of alarms in specific window size and it looks like as below. How can I convert this to xes file? Thank you in advance.
Case1 a b c d 
Case2 c d
Case3 e f g l n m z
Case4 a b e f h
and so on 

Comments

  • Hi,

    If possible, rewrite the file as follows:
    Case1,a
    Case1,b
    Case1,c
    Case1,d
    Case2,c
    Case2,d
    etc.

    If you save this file as a CSV file, then ProM can import that file and convert it to XES. Otherwise, you would need to rewrite the file to XES immediately.

    As-is, ProM cannot read your file and convert it to XES.

    Kind regards,
    Eric.

Sign In or Register to comment.