nomv command: Examples
Examples for using the SPL2 nomv command.
Combining the values in a multivalue field into a single value
The following example combines the values in the senders field, which is a multivalue field, into a single value where each value is separated by a new line delimiter.
from main where eventtype="sendmail" | nomv senders
See also
nomv command