Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertXESToCSV ¶
ConvertXESToCSV converts an XES file to a CSV file
Types ¶
type DateAttribute ¶
DateAttribute represents a date attribute in an event
type Event ¶
type Event struct { StringAttributes []StringAttribute `xml:"string"` DateAttributes []DateAttribute `xml:"date"` }
Event represents an event in the XES file
type StringAttribute ¶
StringAttribute represents a string attribute in an event
type Trace ¶
type Trace struct { Event []Event `xml:"event"` StringAttributes []StringAttribute `xml:"string"` }
Trace represents a trace in the XES file
Click to show internal directories.
Click to hide internal directories.