salspaugh / splparser

Simple parser for Splunk Processing Language (SPL) written in Python.
Other
35 stars 14 forks source link

Can not parse "," value in EVAL function argument #134

Open DarshanLukhi opened 3 years ago

DarshanLukhi commented 3 years ago

Steps to Reproduce:

import splparser.parser
EVAL xrefs = mvjoin(mvzip('plugin.xrefs{}.type', 'plugin.xrefs{}.id', " #"), ",")
harshcds1212 commented 1 year ago

@salspaugh we are also facing the same problem. Do you have any workaround? Query : | eval class=split(class, ",")