Unpivoting

This Node Is Deprecated — This node is kept for backwards-compatibility, but the usage in new workflows is no longer recommended. The documentation below might contain more information.

This node rotates the selected columns from the input table to rows and duplicates at the same time the remaining input columns by appending them to each corresponding output row. Example:

Input:
  Value1 Value2 Value3 Extra1 Extra2 Extra3
Output:
  Value1 Extra1 Extra2 Extra3
  Value2 Extra1 Extra2 Extra3
  Value3 Extra1 Extra2 Extra3

Options

Value columns
Select columns to be rotated into one single column. one single column.
Retained columns
Select columns to be duplicated by the number of selected value columns.
Enable hiliting
Select, if hiliting is enabled between input and output data.
Skip rows containing missing cells
Skip all rows containing missing cells in selected value column(s).

Input Ports

Icon
Input table with at least on value column for the unpivoting operation.

Output Ports

Icon
Unpivoting table with duplicated columns together with one rotated value column and their corresponding column names.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.