I know this is a really silly question but I am struggling to find the correct format for dividing a number by 10. The temperature value is delivered as 460 but I would like it to be viewed as 46.0 which is the correct value.
I am extracting the value from a JSON payload using the ‘Attribute links’ functionality as per the below extract.
Based on more reading I now believe the correct solution is to use regex and then stitch together again in JSON. Unfortunately I seem unable to get my regex to save, am I correct in using the “pattern” key for the regex?
If interested, you can take a look at the source code for the RegexValueFilterhere.
As of now, it supports the fields pattern, matchGroup, and matchIndex.