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:

  1. Click "Load Dataset" from the Data Management menu
  2. Choose your data source (CSV file, database, etc.)
  3. Configure column mappings for Case ID, Activity, Timestamp
  4. Set any data transformation options
  5. 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:

  1. Select your CSV file containing invoice data
  2. Map "InvoiceID" to Case ID
  3. Map "ActivityName" to Activity
  4. Map "DateTime" to Timestamp
  5. Load the data to begin analysis

This documentation is part of the mindzie Studio process mining platform.