This is the conversion (transform) operation information for the fill missing value 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<MissingValueField> missingValueFieldList;
Field
The following describes the fields:
| Field | Type | Required | Description |
|---|---|---|---|
missingValueFieldList[].name |
String | Required | Name of the field whose empty value should be filled |
missingValueFieldList[].defaultValue |
String | Required | Field value to fill empty values with |