Skip to main content
Version: 5.2.0.1

Split and convert binary message

Description

This scriptlet analysis the given input messages a splits it up into a list of messages. In this scriptlet the normal streamsplitters of Orchestra are used. This means within the binary stream of the original, markers are searched that distingiush between different parts of the original stream. When ever a part is found, a message for this part is created. For this message creation also a configured de-serializer is used.

Create

See creation of Scriptlet.

Configuration

Properties and Parameter assignment

The assignment sections define the assignment of variables between the script and the process model.

The following parameters are available:

**Ingoing parameters**:

- **MSG**: Binary input message that must be split into parts.

**Outgoing parameters**:

- **MSGLIST**: Message list containing the result messages.