Skip to main content
All docs
V25.1
  • TransformationNodeBuilder.TransformColumn Method

    Name Parameters Description
    TransformColumn(String, Boolean, Boolean, String) columnName, unfold, flatten, alias Transforms a column and specifies a new name for this column. The transformation type depends on the specified parameters.
    TransformColumn(String, Boolean, Boolean) columnName, unfold, flatten Transforms a column. The transformation type depends on the specified parameters.
    TransformColumn(String, String) columnName, alias Transforms a column and specifies a new name for this column.
    TransformColumn(String) columnName Transforms a column.