Load Dataset
Overview
Load Dataset allows you to import your process data into mindzie Studio for analysis. You can load data from CSV files, databases, or other supported formats.
Common Uses
- Import event logs from CSV files
- Load process data from business systems
- Connect to databases for real-time analysis
- Import sample datasets for learning and testing
Settings
To load a dataset:
- Click "Load Dataset" from the Data Management menu
- Choose your data source (CSV file, database, etc.)
- Configure column mappings for Case ID, Activity, Timestamp
- Set any data transformation options
- Click "Load" to import your data
Data Requirements
Your dataset must include these minimum columns:
- Case ID: Unique identifier for each process instance
- Activity: Name of the activity performed
- Timestamp: When the activity occurred
Optional columns can include:
- Resource (who performed the activity)
- Additional case or activity attributes
Example
Loading an invoice process CSV file:
- Select your CSV file containing invoice data
- Map "InvoiceID" to Case ID
- Map "ActivityName" to Activity
- Map "DateTime" to Timestamp
- Load the data to begin analysis
This documentation is part of the mindzie Studio process mining platform.