makemv command: Examples
Examples for using the SPL2 makemv command.
Generating a multivalue field by delimiting values on a comma
The following example separates values in the senders field using a comma ( , ) as the delimiter:
... | makemv delim="," senders
Generating a multivalue field using a regular expression
The following example separates the values in the my_multival field using a regular expression.
... | makemv tokenizer="([^,]+),?" my_multival
See also
makemv command