Data Preparation Guide
Getting your data just right for Perceptif may not be an obvious process but is the most important part of any analysis. This guide will list out a few pointers to get the most out of your data.
📘 General Requirements
For this section we assume that there is an existing IT system in place that can export its data
For Process Mining there are two requirements that the data must already possess to form an event log
Is the data Structured?
The data must be structured, in rows and columns.
Is there a Identifier, Activity and Timestamp?
Otherwise called Case ID, the data may have multiple Identifiers and can retain all of them as each Identifier can be selected to give a different perspective
Activities are the actions of the process and should be human-readable e.g. “Invoice Sent” instead of “1”
One timestamp is required but both a start and an end timestamp columns are recommended for a more accurate analysis.
Having time that includes seconds also improves the analysis.

The required attributes are highlighted in yellow
Further Questions
Is your data in one file?
Currently Perceptif only accepts one source of data per stream therefore external systems should be used to merge the data in the event where there are multiple files.
What if my system can’t export this data?
By understanding the activities in a business process and then looking at the data that does exist for the timestamps and IDs corresponding to those activities. The event log can be reconstructed.