This is the conversion (transform) operation information for the define type.
Note
For common syntax and field information on the node source, transform, and target types of Data Flow ETL jobs, see ETLJobNode common.
Syntax
The syntax is as follows:
private List<DefineField> defineFieldList;
Field
The following describes the fields:
Field | Type | Required | Description |
---|---|---|---|
defineFieldList[].name |
String | Required | Existing field name |
defineFieldList[].newType |
String | Required | Type to change to |
defineFieldList[].newName |
String | Required | Name of the field to change |