UnpivotOperation
class UnpivotOperation
A transform operation that converts columns into rows, normalizing the data structure.
Types
Properties
Link copied to clipboard
The list of columns to unpivot from the source data.
Link copied to clipboard
The source transform operation that provides input data for unpivoting.
Link copied to clipboard
A unique identifier for the new column that will contain the unpivoted column names.
Link copied to clipboard
The name for the new column that will contain the unpivoted column names.
Link copied to clipboard
A unique identifier for the new column that will contain the unpivoted values.
Link copied to clipboard
The name for the new column that will contain the unpivoted values.