Show TOC

String to Stream Formatter Module ConfigurationLocate this document in the navigation structure

The String to Stream formatter writes Java strings to output streams. Set values for this formatter in the adapter configuration file.

XML Element Description
Delimiter

Type: string

(Required) Specify the symbol that separates columns. The default value is "\n".

IncludeDelimiter

Type: boolean

(Required) If set to true, the delimiter is part of current row. If set to false, the delimiter is not part of the current row. The default value is false.

AppendString

Type: string

(Required if IncludeDelimiter is set to true) If set to true, specify the string to append to the end of each result row. No default value.

AppendPosition

Type: string

(Required if IncludeDelimiter is set to true) Specify the position to which the AppendString element takes effect. There are two valid values: front and end. The default value is front.

IgnoreSpace

Type: boolean

(Required) Specify whether to ignore the space char. The default value is false.

CharsetName

Type: string

(Advanced) Specify the name of a supported charset. The default value is US-ASCII.