Transformation-procedure (List)#

Path: /processing/procedures/transformation-procedure

Procedures used to transform a map of data into another map of data.A specialized version if this is name transformation, where the input data contains a subjectand the output contains a transformed version of that subject.

Parameters#

NameTypeRequiredDefaultDescription
idstringrequired
scriptscriptrequiredA JavaScript procedure that can be used to transform attributes. It should be base-64 encoded to avoid encoding issues

Was this helpful?