Sample Eventlog Files: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
 
(68 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Sample files contain cases and events data.  
These files contain sample datasets that can be directly imported to QPR ProcessAnalyzer, and they can be used for learning and demo purposes. There are two tabular datasets needed to create a process mining model: event data (eventlog) and case attributes. When using CSV files, these two datasets need to be imported from separate files. When using PACM or XES formats, the single file contains both the events and case attributes data. See how to [[Exporting_and_Importing_Data_in_QPR_ProcessAnalyzer|import CSV, PACM and XES files]] to QPR ProcessAnalyzer.


== Accessing Sample Files ==
== CSV Files ==
* Excel sample files:  
* SAP Order-to-cash: [https://files.qpr.com/releases/PASampleFiles/csv/SAP_OrderToCash_10K_Events.csv Event Data] and [https://files.qpr.com/releases/PASampleFiles/csv/SAP_OrderToCash_10K_CaseAttributes.csv Case Attributes]
** Dynamics_OrderToCash.xlsx: http://files.qpr.com/releases/PASampleFiles/excel/Dynamics_OrderToCash.xlsx
*  SAP Order-to-cash (more data): [https://files.qpr.com/releases/PASampleFiles/csv/SAP_OrderToCash_Extended_Events.csv Event Data] and [https://files.qpr.com/releases/PASampleFiles/csv/SAP_OrderToCash_Extended_CaseAttributes.csv Case Attributes]
*  SAP purchase-to-pay: [https://files.qpr.com/releases/PASampleFiles/csv/SAP_PurchaseToPay_v2_Events.csv Event Data] and [https://files.qpr.com/releases/PASampleFiles/csv/SAP_PurchaseToPay_v2_CaseAttributes.csv Case Attributes]
* Loan approval: [https://files.qpr.com/releases/PASampleFiles/csv/LoanApproval_Events.csv Event Data] and [https://files.qpr.com/releases/PASampleFiles/csv/LoanApproval_CaseAttributes.csv Case Attributes]
* ServiceNow incident management: [https://files.qpr.com/releases/PASampleFiles/csv/ServiceNow_IncidentManagement_Events.csv Event Data] and [https://files.qpr.com/releases/PASampleFiles/csv/ServiceNow_IncidentManagement_CaseAttributes.csv Case Attributes]
*  Service tickets: [https://files.qpr.com/releases/PASampleFiles/csv/ServiceTicket_Events.csv Event Data] and [https://files.qpr.com/releases/PASampleFiles/csv/ServiceTicket_CaseAttributes.csv Case Attributes]


* PACM sample files:  
== PACM Files ==
** Dynamics_OrderToCash.pacm: http://files.qpr.com/releases/PASampleFiles/pacm/Dynamics_OrderToCash.pacm
* [https://files.qpr.com/releases/PASampleFiles/pacm/Dynamics_OrderToCash.pacm Dynamics_OrderToCash.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/Dynamics_ProcureToPay.pacm Dynamics_ProcureToPay.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/Epicor_OrderToCash.pacm Epicor_OrderToCash.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/Healthcare_Patient_Journey.pacm Healthcare_Patient_Journey.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/LoanApproval.pacm LoanApproval.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/O2C_Manufacturing.pacm O2C_Manufacturing.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/SAP_OrderToCash.pacm SAP_OrderToCash.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/SAP_OrderToCash_10K.pacm SAP_OrderToCash_10K.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/SAP_OrderToCash_Extended.pacm SAP_OrderToCash_Extended.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/SAP_OrderToCash_v2.pacm SAP_OrderToCash_v2.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/SAP_PurchaseToPay.pacm SAP_PurchaseToPay.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/SAP_PurchaseToPay_v2.pacm SAP_PurchaseToPay_v2.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/ServiceNow_IncidentManagement.pacm ServiceNow_IncidentManagement.pacm]
* [https://files.qpr.com/releases/PASampleFiles/pacm/ServiceTicket.pacm ServiceTicket.pacm]


* CVS sample files:
== XES Files ==
** Dynamics_OrderToCash_Events.csv: http://files.qpr.com/releases/PASampleFiles/csv/Dynamics_OrderToCash_Events.csv
* Real-life eventlogs in XES format can be found in [https://www.tf-pm.org/resources/xes-standard/about-xes/event-logs IEEE Task Force on Process Mining repository].
** Dynamics_OrderToCash_CaseAttributes.csv: http://files.qpr.com/releases/PASampleFiles/csv/Dynamics_OrderToCash_CaseAttributes.csv
 
== Creating Model from Excel Sample Files ==
#To load events to QPR ProcessAnalyzer, select the worksheet that contains Event Data.
#On the QPR tab, select '''Project Workspace'''.
#Click the '''Import...''' button.
#The Import Wizard opens. Select '''Events''' to be imported and click '''Next'''.
#Select '''Current Worksheet''' and click '''Next'''.
#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. Select the Excel worksheet that contains Case Attribute Data.
#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 '''Current Worksheet''' and click '''Next'''.
#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'''.

Latest revision as of 13:12, 31 August 2023

These files contain sample datasets that can be directly imported to QPR ProcessAnalyzer, and they can be used for learning and demo purposes. There are two tabular datasets needed to create a process mining model: event data (eventlog) and case attributes. When using CSV files, these two datasets need to be imported from separate files. When using PACM or XES formats, the single file contains both the events and case attributes data. See how to import CSV, PACM and XES files to QPR ProcessAnalyzer.

CSV Files

PACM Files

XES Files