You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ope...@googlegroups.com
JSONPath only allows expressions for names and indices, not for computing some final result. XPath is a lot more capable (and complicated) by comparison. You could try various things at http://jsonpath.herokuapp.com/ but I don't think either the Goessner or Jayway implementations support the syntax you are looking for.
I think you will have to instead fall back to a JS(mult.js) transform, and write a mult.js that parses the JSON input and does the math on the extracted elements.