I have a string like this below
{ABC,DEF,GHI,JKL}
i am able to show it as below in my result
1. ABC
DEF
GHI
JKL
But i want each one in separate row
1.ABC
2.DEF
3.GHI
4.JKL
Use the mvexpand command to create separate rows.
P.S. This is the third (at least) posting with the same "splunk" topic. Please use more descriptive topics so others can know the nature of the posting before opening it.