Modeling Guide for SAP Data Hub

Header Remover

The Header Remover operator removes specified headers from an SAP Vora message. The operator has two output ports: one that produces the SAP Vora message and another that produces only the message body.

Configuration Parameters

Parameter

Type

Description

pattern

string

A regex pattern to match the names of the headers to be removed.

Default: ""

excludePattern

string

A regex pattern to match the names of the headers that are excluded from being removed.

Default: ""

Input

Input

Type

Description

in

message

An SAP Vora message.

Output

Output

Type

Description

out

message

An SAP Vora message.

outbody

any

The body of an SAP Vora message.