pfx-model
This component is used for data mapping. You can now use any mapper implementation (integrate, loaddata, multilevelMapper) not only together with pfx-api:loaddata or pfx-api:integrate but also in any other part of a route.
Attributes | Description | Default | Required |
---|---|---|---|
| Name of the mapper . |  | yes |
| Specifies whether the values of the mapper attributes are truncated if they exceed the maximum length of the attribute. There are two options: YES and NO.
| YES | no |
Â
A typical use case is when you just need to transform data for further export to CSV, JSON etc.
<to uri="pfx-model:transform?mapper=productMapper"/>
Â
IntegrationManager version 5.8.0