Sample Eventlog Files: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
Sample files contain event data (event logs) and case attribute data can be used for learning and demo purposes.  
Sample files contain event data (eventlogs) and case attribute data can be used for learning and demo purposes. See how to [[Exporting_and_Importing_Data_in_QPR_ProcessAnalyzer|import CSV, PACM and XES files]] to QPR ProcessAnalyzer.


== Sample Files ==
== Sample Files ==
Line 32: Line 32:
=== XES sample files ===
=== XES sample files ===
* Real-life XES event log files can be found from [https://data.4tu.nl/repository/collection:event_logs_real IEEE Task Force on  Process Mining repository].
* Real-life XES event log files can be found from [https://data.4tu.nl/repository/collection:event_logs_real IEEE Task Force on  Process Mining repository].
== Creating Model from CSV Sample Files ==
To create a model to QPR ProcessAnalyzer using CSV files:
#On the QPR tab, select '''Project Workspace'''.
#Click the '''Import...''' button.
#The Import Wizard opens. Select '''Events''' to be imported and click '''Next'''.
#Select '''Text File''' and click '''Next'''.
#Click'''Select...''', locate the CSV file containing event data to use and click '''Open'''.
#Select the proper delimiter and TimeDate Format, e.g. d.M.yyyy H\:mm.
#Select '''Create New''' and from the '''Project''' drop-down menu, select either "Create New Project" or choose an existing project.
#In '''Model Name''', type in a name for the model and click '''Import'''.
#Next, the case data will be imported to the model.
#On the QPR tab, click '''Project Workspace'''.
#In the Workspace dialog, click the '''Import...''' button.
#The Import Wizard opens. Select '''Case Attributes''' to be imported and click '''Next'''.
#Select '''Text File''' and click '''Next'''.
#Click'''Select...''', locate the CSV file containing event data to use and click '''Open'''.
#Select the proper delimiter and TimeDate Format, e.g. d.M.yyyy H\:mm.
#Select '''Add to Existing''' and select the model for which you gave the name earlier.
#Click '''Import'''.
#The resulting model will now have Events and Case Data. In the '''Project Workspace''' dialog, select the model and click '''Open'''.
== Creating Model from PACM Sample Files ==
To load a model to QPR ProcessAnalyzer using PACM file:
#On the QPR tab, select '''Project Workspace'''.
#Click the '''Import...''' button.
#The Import Wizard opens. Select '''QPR ProcessAnalyzer file''' to be imported and click '''Next'''.
#Click'''Select...''', locate the pacm file to use and click '''Open'''.
#Click the '''Next''' button.
#Select '''Create New''' and from the '''Project''' drop-down menu, select either "Create New Project" or choose an existing project.
#In '''Model Name''', type in a name for the model and click '''Import'''.
#The resulting model will now have Events and Case Data. In the '''Project Workspace''' dialog, select the model and click '''Open'''.


[[Category: QPR ProcessAnalyzer]]
[[Category: QPR ProcessAnalyzer]]

Revision as of 16:38, 29 June 2021

Sample files contain event data (eventlogs) and case attribute data can be used for learning and demo purposes. See how to import CSV, PACM and XES files to QPR ProcessAnalyzer.

Sample Files

CSV sample files

PACM sample files

XES sample files