Exam SPLK-1004 All QuestionsBrowse all questions from this exam
Question 18

How is regex passed to the makemv command?

    Correct Answer: C

    The regex is passed to the makemv command by specifying the tokenizer argument. The syntax 'makemv [delim= | tokenizer=<regex>] <Field>' indicates that either a delimiter or a regex can be used, and to use a regex, the tokenizer argument is employed.

Discussion
emlchOption: C

| makemv [delim= | tokenizer=<regex>] <Field> you can use delimiter or regex. To use regex, use the tokenizer option.