Skip to main content

Get help for ARIS Process Mining functions and services

Create a transformation

You can create a data transformation using an SQL statement.

Example 182.

You can follow the comprehensive transformation example that describes how to create a transformation and define a transformation statement.



Procedure. Procedure
  1. Open a project.

  2. Click Transformation in the Data set panel. The Transformations section opens.

  3. Click Add transformation. The corresponding dialog opens.

    Add transformation
  4. Enter a name for the transformation.

  5. Enter a view name for the transformation. By default, the transformation name and view name are the same, but you can specify a different view name.

  6. Enter a namespace. Namespace and view name (with a '.' in between) are used in other transformations to reference the data of this transformation. The namespace can be used to categorize views.

    Note that "_ARIS" is not allowed as a namespace.

  7. Click Create.

The transformation is created and opens.

The transformation provides an input field for creating a transformation statement using SQL functions.

You can now define the SQL statement for the created transformation.

Example 183.

The example shows an open transformation with an empty input field for creating a transformation statement.

Transformation