List of questions
Related questions
Question 194 - SPLK-1002 discussion
If there are fields in the data with values that are ' ' or empty but not null, which of the following would add a value?
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
Your answer:
0 comments
Sorted by
Leave a comment first