Skip to main content

Celonis Product Documentation

Data Types

Description

As input to functions, Celonis supports columns from tables in the Data Model and constants. Every column or constant has a certain data type. The data types of table columns are defined during the Data Model setup.

The supported data types in Celonis are STRING, INT, FLOAT and DATE for columns and constants. If a value is unknown or does not exist, it is represented by NULL.

Data Type Conversion describes different methods for explicit and implicit conversion between these data types.