Export Mapper Step

Type

Description

Type

Description

export-mapper

Allows you to define the CSV format for the Pricefx entity.

 

Attribute Name

Description

Example

Required

Attribute Name

Description

Example

Required

mapperType

Defines a mapper type: loadMapper or integrateMapper.

"mapperType": "loadMapper"

true

mapperPlaceholder

Placeholder in the definition.

 

 

integrationName

Defines which integration (from the Definitions folder) the mapper relates to.
Using this attribute you can deploy multiple routes to a single IM.

"route_csv"

 

mapper

Predefined mapper structure.

 

 

placeholders

Required parameters which are filled by values from the CSV mapper step.

 

 

{   "type": "export-mapper",   "name": "Export Mapper",   "mapperType": "loadMapper",   "mapperPlaceholder": "export.mapper",   "mapper": [],   "placeholders": [     {       "name": "pfx-csv.settings",       "params": [        "nullValue"       ]     },     {       "name": "pfx-api.settings",       "params": [         "objectType",         "pricingParameterName",         "pricingParameterId",         "dsUniqueName"       ]     }   ] }

PlatformManager version 1.75.0