Transformations
Transformations are used to translate between technical and human-readable values for items.
Name | Description |
---|---|
Exec |
Execute an external program, substituting the placeholder |
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 |
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). |