SPLK-1004 Exam QuestionsBrowse all questions from this exam

SPLK-1004 Exam - Question 18


How is regex passed to the makemv command?

Show Answer
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

1 comment
Sign in to comment
emlchOption: C
May 10, 2024

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