Transformations

Transformations are used to translate between technical and human-readable values for items.

Name Description

Exec

Execute an external program, substituting the placeholder %s in the given command line with the input value, and returning the output of the external program.

JavaScript

Transform an input to an output using JavaScript.

JsonPath

Extract an element of a JSON string using a JsonPath expression.

Map

Transforms the input by mapping it to another string. It expects the mappings to be read from a file which is stored under the transform folder.

RegEx

Given a source string and a regular expression, use the regular expression to yield a transformed string.

Scale

Transform the input by matching it between limits of ranges in a scale file. The input string must be in numerical format.

XPath

Transform XML input using an XPath expression.

XSLT

Transform input using the XML Stylesheet Language for Transformations (XSLT).