How to specify control characters in StreamBase expressions

How to specify control characters in StreamBase expressions

book

Article ID: KB0076149

calendar_today

Updated On:

Products Versions
TIBCO Streaming 7

Description

How to specify control characters in StreamBase expressions

Issue/Introduction

How to specify control characters in StreamBase expressions

Resolution

To specify control characters in StreamBase expressions, use the Unicode character escape sequence \u. For example, the SOH (start of heading) control character would be specified using the syntax \u0001.

Note that for adapter Properties, such as the CSV File Reader's Field Delimiter, the Unicode character escape sequence should not be used.  In this case, the SOH character can be specified as  instead.