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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | required | ||
| script | script | required | A JavaScript procedure that can be used to transform attributes. It should be base-64 encoded to avoid encoding issues |