splparser
splparser copied to clipboard
Can not parse "," value in EVAL function argument
Steps to Reproduce:
import splparser.parser
EVAL xrefs = mvjoin(mvzip('plugin.xrefs{}.type', 'plugin.xrefs{}.id', " #"), ",")
@salspaugh we are also facing the same problem. Do you have any workaround?
Query :
| eval class=split(class, ",")