Conscia JSON Expression Reformatter
JSON Expression Reformatter Component Type
Component Type: jsonExpressionReformatter
This Component is used to reformat any JSON value using a Javascript expression.
DX Component Configuration
There are two configuration paramaters:
data
- This is the JSON value that needs to be reformatted. As with many other Components, this value can be a JS expression that has access to the Standard Libraries.
expression
- This is a string value that contains a Javascript expression that returns the reformatted JSON value. This expression can access:
- the evaluated data parameter above
environmentVariable()
- Standard Libraries