String to Stream Formatter Module Parameters

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

Parameter Description
Delimiter

Type: string

(Required) Specify the symbol used to separate 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 parameter 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.