Null Value Replacement Configuration dialog
Specifies the columns to replace the null values. You can replace either null string values or null numeric values.
| Setting | Description |
|---|---|
| Defaults: Strings |
The provided string replaces all null string values in the selected columns. Default is ''. |
| Defaults: Numerics |
The provided function replaces all null numeric values in the selected columns. Default is 0. |
| All/None |
|
| Column Name | Select the checkboxes for the column name for which to replace null values. Only selected columns are available for null value replacement. When you select a column, the default value of the column's data type is displayed in the Value text box. |
| Value |
If you provide a value of a data type that does not match the column data type, an error is displayed when you click OK. |
Replacing Null DateTime Values
If your selected null value column is a datetime data type, it can be compared to any other ISO formatted DateTime value.
Specify the appropriate output data type format for the replacement DateTime value following Joda-Time API formatting. For details, see ISO DateTime Format.