You can move or reorder individual columns or multiple columns through multiple methods. |
To move an individual column or multiple columns, perform the following:
Steps:
In the following example, you can see what happens when Column B
is moved after Column D
.
Source:
Column A | Column B | Column C | Column D |
---|---|---|---|
Cell A.1 | Cell B.1 | Cell C.1 | Cell D.1 |
Cell A. 2 | Cell B.2 | Cell C.2 | Cell D.2 |
Results:
Column A | Column C | Column D | Column B |
---|---|---|---|
Cell A.1 | Cell C.1 | Cell D.1 | Cell B.1 |
Cell A. 2 | Cell C.2 | Cell D.2 | Cell B.2 |
You can use the Move option from the drop-down caret of the column context menu to move an individual column or multiple columns.
To move an individual column or multiple columns, perform the following:
Steps:
SHIFT
-click a range of columns.CTRL
/COMMAND
+ click.The specified transformation is displayed in the Transform Builder. For example, the following transformation moves Column A just after Column C:
The Column(s) option defines the method by which you specify the set of columns. In this case, Multiple
simply means that you specify each column one after another in the transformation. To add this step to your recipe, click Add. The columns are moved.
Tip: You can use suggestion cards to explore and select the appropriate transformation to move the columns. For more information on suggestions, see Explore Suggestions. |
Select the Column View icon in the Transformer bar to move columns in the Column Browser panel.
To move an individual column or multiple columns, perform the following:
Steps:
In the Transform Builder, you can select one or more columns to move using finer-grained controls.
To move an individual column or multiple columns, perform the following:
Steps:
Advanced: Specify the columns using a comma-separated list. You can combine multiple and range options under Advanced. Ranges of columns can be specified using the tilde (~
) character. See below example.
This example moves two discrete columns (Column A
and ColumnC
), before Column E
. These columns are not next to each other, so they can be specified using the Multiple column(s) option.
Source:
Column A | Column B | Column C | Column D | Column E |
---|---|---|---|---|
Cell A.1 | Cell B.1 | Cell C.1 | Cell D.1 | Cell E.1 |
Cell A. 2 | Cell B.2 | Cell C.2 | Cell D.2 | Cell E. 2 |
Transformation:
Results:
Column B | Column D | Column A | Column C | Column E |
---|---|---|---|---|
Cell B.1 | Cell D.1 | Cell A.1 | Cell C.1 | Cell E.1 |
Cell B.2 | Cell D. 2 | Cell A.2 | Cell C.2 | Cell E.2 |
You can move a range of columns to a specified location. For example, you can move Column A
through Column C
after Column D
.
Source:
Column A | Column B | Column C | Column D |
---|---|---|---|
Cell A.1 | Cell B.1 | Cell C.1 | Cell D.1 |
Cell A. 2 | Cell B.2 | Cell C.2 | Cell D.2 |
Transformation:
Results:
Column D | Column A | Column B | Column C |
---|---|---|---|
Cell D.1 | Cell A.1 | Cell B.1 | Cell C.1 |
Cell D. 2 | Cell A.2 | Cell B.2 | Cell C.2 |
Using the Advanced option, you can move combinations of column ranges and discrete columns to a new location. In the following example, ColumnA
through ColumnC
and ColumnE
are moved after ColumnF
:
Source:
Column A | Column B | Column C | Column D | Column E | Column F |
---|---|---|---|---|---|
Cell A.1 | Cell B.1 | Cell C.1 | Cell D.1 | Cell E.1 | Cell F.1 |
Cell A. 2 | Cell B.2 | Cell C.2 | Cell D.2 | Cell E.2 | Cell F.2 |
Transformation:
In the transformation, you select the Advanced column(s) option where you can specify columns on a single line.
Tip: The tilde character ( |
ColumnA~ColumnC,ColumnE |
Results:
Column D | Column F | Column A | Column B | Column C | Column E |
---|---|---|---|---|---|
Cell D.1 | Column F.1 | Cell A.1 | Cell B.1 | Cell C.1 | Cell E.1 |
Cell D.2 | Column F.2 | Cell A.2 | Cell B.2 | Cell C.2 | Cell E.2 |
For more information, see Column Reference Syntax.
Target schema mapping allows you to associate a target set of columns with your recipe. When you specified a target, you can often reposition your source columns with the targets by clicking in the interface. For more information, see Overview of Target Schema Mapping.