FeedParserMappingDto overview

FeedParserMappingDto contains these relevant fields:

  • id - read-only for create, required inside bulk update items
  • targetAttributeName - required
  • targetAttributeType - required
  • sourceField - optional, but see mapping rules below
  • valueTransformationRule - optional, but see mapping rules below
  • sourceDataFormat - optional
  • description - optional
  • profileId - optional
  • isRecordTimestamp - optional, default false
Note: feedApplicationId is not included in the JSON payload. It is passed as a CLI

argument (-feedAppId or -id) and set by the controller/command layer.