I'm trying to convert a csv file to xes log.
the file has 3 attributes : caseId, activity, ActivityStartTime, processsingtimeActivity
- ActivityStarttime has this format (dd-MM-yyyy:HH:mm)
- and processsingtimeActivity ( HH:mm:ss)
both ActivityStartand processsingtimeActivity sometimes are Null. Leading to an error in the conversion of an empty log and when I showed the error it is due to the null values.
I have no clue how to resolve this
Comments
For complete-time, as you said, I can not calculate the completion time for all activities because some of ActivityStarttime are null too . so for both columns ActivityStartTime and processing time some values are missing...).
Yes, on another post I said that I will do performance analysis ( but first I need to import the file and convert to an xlog thing that I'm still stuck at because of the null timetamp). And also I m intending to do a filter on attributes with null values before the performance analysis.
I hope you can provide me with possible solutions for that problem as you know more on the subject
I really didn't get the second solution you proposed. but if we copy timestamps from the previous row or the next row. The file becomes no more real nor illustrative of the real use case.
NB : the null mentionned in the example are actually empty in the csv file
02 Entry terminal export+start 10/04/2019 19:36
I don't have any specific questions to answer yet other than a global idea of what I want to do . I want to extract insights from the data other than the control-flow perspective that discovers the process model .
Any suggestions !! are very welcomed. maybe directions I can follow, pluggins that are gonna be usful for my case..?
Now I'm going to remove all the rows having empty data. to end up with a very specific without empty values I guess that's gonna be a good start dont you think ?
If any issues faces, I 'll come back to the forum again.