The adapter uses the pipe symbol (|) as a delimiter while querying SAP database. In some cases, this can cause a conflict if any SAP data also contains |. To overcome this limitation, the adapter provides a configuration property in the data source definition to use a non-conflicting delimiter.
<parameter name="delimiter">~</parameter>
This is an optional setting. If not provided "|" is used by default.