splparser icon indicating copy to clipboard operation
splparser copied to clipboard

Can not parse "," value in EVAL function argument

Open DarshanLukhi opened this issue 4 years ago • 1 comments

Steps to Reproduce:

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

DarshanLukhi avatar Jun 24 '21 11:06 DarshanLukhi

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

harshcds1212 avatar Jul 28 '23 07:07 harshcds1212