ESP to CSV String Formatter Module Configuration

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. The default value is false.

DateFormat

Type: string

(Advanced) The format string for date values. For example, yyyy-MM-dd'T'HH:mm:ss.

TimestampFormat

Type: string

(Advanced) Format string for timestamp values. For example, yyyy-MM-dd'T'HH:mm:ss.SSS.