Transpose table

Algorithm

The Transpose table operation interchanges the rows and columns of a table. Each row of the input table becomes a column in the output table; while column names of the input table become output domain records.

The Transpose table operation creates a class domain out of all column names of the input table.

In the output table, all columns will use the same domain; this is defined by the user.

The input table should not have more than 1000 records.

In case the input table uses domain None, the names of the output columns will be Col 1, Col 2, etc.

See also: