Hello,

I have a Zabbix-Agent returning some data using a
Code:
web.page.get[host,<path>,<port>]
item.
The result is a String at the "Java properties" format:
Code:
key1=value1
key2=value2
I would like to split this into different Items. I...