fillnull command: Examples

Examples for using the SPL2 fillnull command.

Filling all empty field values with 0

The following example fills all empty field values with the default value, 0:

Filling all empty field values with the string "NULL"

The following example fills all of the empty field values with the string NULL:

Filling empty values in specific fields

The following example fills all empty field values in the host and kbps fields with the string unknown:

See also