Skip to content

Move Columns

Description

The Move Columns activity allows you to reorder the columns in a dataset by manually specifying their desired sequence. This is useful when the downstream activity or report requires data in a specific column order.

You can use this activity to visually drag and arrange columns or provide a mapping to generate a new column layout, without altering the data itself.

Use this activity to:

  • Reorder columns for compatibility with legacy systems or APIs
  • Improve readability or consistency of exported datasets
  • Standardize column layouts across multiple data sources

Use case:
A dataset generated from multiple sources may have inconsistent column orders. Use this activity to align all datasets to a standard format before inserting into a database or exporting to Excel.

Input

Input TypeStatus
DataRequired

Output

Output TypeFormatDescription
DataTableDataset with columns rearranged as specified

Configuration Fields

Field NameDescription
Column MapDrag-and-drop interface for reordering columns. Set the new desired order.

Sample Input

idnamelastAccessdobgraduationDateEnrollment date new
1Alice Brown01/15/20232000-05-10T00:00:002026-05-1501/15/2023
2Bob Green15-Feb-20232002/04/122027-05-2002/15/2023
3Charlie Blue01/01/20231995-06-15T00:00:002025-05-3001/01/2023
4David Smith02/20/20231998/03/102028-09-1002/20/2023

Sample Configuration

Original OrderNew Order
id, name, lastAccess, dob, graduationDate, Enrollment date newid, dob, name, graduationDate, Enrollment date new, lastAccess

Sample Output

iddobnamegraduationDateEnrollment date newlastAccess
12000-05-10T00:00:00Alice Brown2026-05-1501/15/202301/15/2023
22002/04/12Bob Green2027-05-2002/15/202315-Feb-2023
31995-06-15T00:00:00Charlie Blue2025-05-3001/01/202301/01/2023
41998/03/10David Smith2028-09-1002/20/202302/20/2023