Skip to main content

Get help for ARIS Process Mining functions and services

Change the table type

You can change the table type to Incremental table if required. By default, the created source tables are of Table type. The table type is relevant if you want to replace or update the uploaded source data.

For table of Table type, only the Replace option is available. This replaces the entire table by the newly uploaded table. If you change the type to Incremental table, the Update option is provided instead of the Replace option. In this case, the existing source table and the uploaded data are merged. That is, only individual records in the source table are replaced with actually changed records and new records are simply added to the table.

A merge key is required for an incremental update. The merge key is used to replace only the records in the source table that have actually changed.

Procedure. Procedure
  1. Open a data set.

  2. Click Source tables in the Data set panel. The Source tables section opens.

  3. Select the source table for which you want to change the table type.

    Example

    The Box_csv source table of Table type is selected.

    Select source table
  4. Click Change table type and select a table type.

    Change table type
  5. If you change from Incremental table to Table type, click Change.

  6. If you change from Table to Incremental table type, click Next.

  7. Select a merge key to be used for incremental update. You can select several columns used as merge keys.

    Example

    The boxId column is selected as merge key.

    Set merge key
  8. Click Set.

The table type is changed.

You can now update the source table data using the selected table type.

Example 180.

Changed table type from Table to Incremental table.

Change table type