Dear Zabbix community,
I have some http agent where I receive some data in this form:
<HTML>
<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>windview</TITLE>
</HEAD>
<BODY>
<PRE>20.10.2019,09:42:53,1,277.8,224.7,318.4,288.2 ,355.0,0.0,2,0.3,0.2,0.5,0.3,0.0,0.8</PRE></BODY>
</HTML>
ist it possible to split this after each comma ? 20.10.2019,09:42:53,1,277.8,224.7,318.4,288.2,355. 0,0.0,2,0.3,0.2,0.5,0.3,0.0,0.8
I have some http agent where I receive some data in this form:
<HTML>
<HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>windview</TITLE>
</HEAD>
<BODY>
<PRE>20.10.2019,09:42:53,1,277.8,224.7,318.4,288.2 ,355.0,0.0,2,0.3,0.2,0.5,0.3,0.0,0.8</PRE></BODY>
</HTML>
ist it possible to split this after each comma ? 20.10.2019,09:42:53,1,277.8,224.7,318.4,288.2,355. 0,0.0,2,0.3,0.2,0.5,0.3,0.0,0.8