Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20490

Re: Has anyone been successful in using a UDP transformation to properly display the DateAndTime string of OCTETS?

$
0
0

If the result is string you can use parse function, which can extract numbers from string using regex.

- But the function is limited for only simple results. It can return only one number(group). And also the regex match cannot be very complicated.

parse((?<result>\d+), {poller_name})

 

\d+ is regex expression

{poller_name} is your desired poller

 

Roman


Viewing all articles
Browse latest Browse all 20490

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>