| Class | Description |
|---|---|
| AddConstantColumnTransform |
Add a new column, where the values in that column for all records are identical (according to the specified value)
|
| DuplicateColumnsTransform |
Duplicate one or more columns.
|
| RemoveAllColumnsExceptForTransform |
Transform that removes all columns except
for those that are explicitly
specified as ones to keep
To specify only the columns
to remove, use
RemoveColumnsTransform |
| RemoveColumnsTransform |
Remove the specified columns from the data.
|
| RenameColumnsTransform |
Rename one or more columns
|
| ReorderColumnsTransform |
Rearrange the order of the columns.
|
Copyright © 2019. All rights reserved.