Unpivot Columns to Rows
1. Overview
Unpivoting columns to rows is the reverse operation of pivoting rows to columns. By unpivoting, multiple metrics can be aggregated into a single column for analysis and display.
For example, convert the following two rows: Chinese, Math and 89, 100, into columns named Subject and Score.

2. Usage Instructions
2.1. Operation Steps
- Drag the Unpivot Columns to Rows operator from the ETL operator area to the right canvas editing area;
- Click the Unpivot Columns to Rows operator, set the label column name and value column name;
- Click Add to add the columns to be unpivoted (multiple can be added);
- After configuration, preview the data result.

2.2. Detailed Description
Below is an example of configuring Student Exam Score Statistics.
Convert the following table data into a new table consisting of three columns: Name, Subject, and Score. Preview before conversion:

- Drag the Unpivot Columns to Rows operator from the ETL operator area to the right canvas editing area and connect it to the upstream node;
- Click the Unpivot Columns to Rows operator, the left area becomes the current operator configuration area. Set the label column name and value column name:
- Label column: Subject
- Value column: Score

- Click Add to select the columns to be unpivoted;

- Click Preview to preview the data result and ensure the unpivoted data meets expectations and contains no errors or anomalies.

For subsequent use of other data processing operators, see Getting Started.