The value mapper can be used to transform values in the data.
The value mapper can be used to transform values in the data. For example remove characters that are not allowed in an other webservice. Also a data cleanup is possible to create a consistency in data by casting to a specific casing.
The required field accessor tells the transformer where it can find its data. Several strategies can be used for example defining a key or path as a location that points to a point in the data structure where information can be found. The found data will be used in the mapper.
The mapper is the part of the transformer that describes what to do with the data found by the accessor. A wide variety of mappers is offered to cast or convert data to a certain data type or to filter specific characters. Multiple mappers can be defined and will be applied in the order of definition.
Was this page helpful?
⌘I
Assistant
Responses are generated using AI and may contain mistakes.