Ask questions. Get answers. Find technical product solutions from passionate experts in the NXLog community.
Empty values in xm_kvp
pihentagy created
`xm_kvp` seems to not tolerate empty fields.
Used in the following scenario:
```
Module xm_kvp
KVPDelimiter |
KVDelimiter :
```
The test values are:
```
dummy:|hello:world
```
How can I allow empty values for values?
pihentagy created