Splunk
SPLK-1002 · Question #136
What does the fillnull command replace null values with, if the value argument is not specified?
The correct answer is A. 0. The fillnull command replaces null values with 0 by default, if the value argument is not specified. You can use the value argument to specify a different value to replace null values with, such as
Basic Transforming Commands
Question
What does the fillnull command replace null values with, if the value argument is not specified?
Options
- A0
- BN/A
- CNaN
- DNULL
How the community answered
(50 responses)- A86% (43)
- B4% (2)
- C8% (4)
- D2% (1)
Explanation
The fillnull command replaces null values with 0 by default, if the value argument is not specified. You can use the value argument to specify a different value to replace null values with, such as
Topics
#fillnull command#null values#default argument#data transformation
Community Discussion
No community discussion yet for this question.