|
| Change | | UpperFirstEachWord |
| UpperFirst |
| ToUpper |
| ToLower |
| The type of transformation to apply to the column value. |
| ColumnNames | | (Required) A list of column names, separated by commas. For example:
OrderID, CustomerID, EmployeeID, OrderDate |
| ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
| NewColumnNames | | A list of column names, separated by commas. The number of items in this list must match the number in the ColumnNames attribute.
For example:
OrderID, CustomerID, EmployeeID, OrderDate |