Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertXESToCSV ¶
ConvertXESToCSV reads an XES file and writes its contents 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 a single event within a trace in the XES file.
type StringAttribute ¶
StringAttribute represents a string attribute in an event or trace.
type Trace ¶
type Trace struct { Events []Event `xml:"event"` // Changed variable name to plural form for consistency. StringAttributes []StringAttribute `xml:"string"` }
Trace represents a single trace in the XES file.
Click to show internal directories.
Click to hide internal directories.