forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
7.0 KiB
7.0 KiB
Null Value Conversion
Overview
The null value conversion operator replaces null values with specified values.
Input and Output
- Input: fields with null values
- Output: original fields with new values
Parameter Description
Parameter |
Description |
Node Type |
Mandatory |
Default Value |
---|---|---|---|---|
Input field name |
Names of fields that may have null values. Set this parameter to the names of existing fields. |
string |
Yes |
None |
Replace by this value |
Specified values for replacing null values. |
string |
Yes |
None |
Data Processing Rule
When field values are empty, specified values are added.
Parent topic: Conversion Operators