Skip to main content

Description

With this function you can change the data type of columns in your dataset.

Application

The importers determine and assign the data type of all columns which usually this works well. But in case the importer assigned the wrong data type this function can be used to set the data type correctly. Typically, this occurs if there is an inconsistency with the data (e.g. one row of a numerical column contains a string which results in Categorical data type for the entire column). Therefore, you should check the data and fix the underlying issue before changing the data type.

How to use

  • Create the step and assign a tabular dataset to it in the field Data.
  • In the field Columns to change select all columns for which you want to change the data type.
  • For each selected column a new field appears in which you can set the data type for that column. The current data type of the column is preset in the field.
  • Change the data type of all selected columns by means of the new fields according to your requirements.
  • Once you finished the settings click Apply to execute the step.

Available Data Types

Last modified on July 23, 2026