TransformationNodeBuilder.UnfoldColumn Method
Name | Parameters | Description |
---|---|---|
UnfoldColumn(String, String) | columnName, alias | If a column is an array, transforms each element of this array to an individual record and changes the name of the column to the specified alias. |
UnfoldColumn(String) | columnName | If a column is an array, transforms each element of this array into an individual record. |