Can you verify this works??
My transforms.conf looks like this
[xmlkv_multivalue]
REGEX = <(.?)(?:\s[^>])?>([^<]*)
FORMAT = $1::$2
MV_ADD = true
[xml_bigfix]
REGEX = /])?/>([^\<])\<\/name
and when I search I pipe to either on the search line and get only one value per xml pair not multiples as advertised...
... View more