This is the conversion (transform) operation information for the aggregate 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<String> groupByList;
private List<AggregateField> aggregateFieldList;
Field
The following describes the fields:
| Field | Type | Required | Description |
|---|---|---|---|
groupByList |
List |
Required | Field name |
aggregateFieldList[].name |
String | Required | Aggregation condition name |
aggregateFieldList[].ResultName |
String | Required | Aggregated field name |
aggregateFieldList[].function |
String | Required | Aggregation function
|