SplunkSplunk
SPLK-1002 · Question #177
SPLK-1002 Question #177: Real Exam Question with Answer & Explanation
Sign in or unlock SPLK-1002 to reveal the answer and full explanation for question #177. The question stem and answer options stay visible for context.
Creating and Managing Fields
Question
If there are fields in the data with values that are " " or empty but not null, which of the following would add a value?
Options
- A| eval notNULL = if(isnull (notNULL), "0" notNULL)
- B| eval notNULL = if(isnull (notNULL), "0"
- C| eval notNULL = "" | nullfill value=0 notNULL
- D| eval notNULL = "" fillnull value=0 notNULL
Unlock SPLK-1002 to see the answer
You've previewed enough free SPLK-1002 questions. Unlock SPLK-1002 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#fillnull command#eval command#empty field values#field manipulation