Show TOC

ESP to CSV String Formatter Module ConfigurationLocate this document in the navigation structure

The ESP to CSV String formatter translates AepRecord objects to CSV strings. Set values for this formatter in the adapter configuration file.

This formatter is row-based and can connect two row-based transporters rather than streaming-based transporters.
XML Element Description
PrependStreamNameOpcode

Type: boolean

(Optional) If set to true, the adapter prepends the stream name and the opcode in each row of generated data. The default value is false.

Delimiter

Type: string

(Advanced) The symbols used to separate the column. The default value is a comma (,).

HasHeader

Type: boolean

(Advanced) Determines whether the first line of the file contains the description of the fields (ESP stream columns). If set to true, the adapter outputs the CSV header line first, then the first data record, the second data record, and so on.

The default value is false.

SecondDateFormat

Type: string

(Advanced) The format string for SecondDate values.

For example, yyyy-MM-dd'T'HH:mm:ss is the default value.

MSDateFormat

Type: string

(Advanced) Format string for MsDate values.

For example, yyyy-MM-dd'T'HH:mm:ss.SSS is the default value.