ESP to JSON Stream Formatter Module Parameters

The ESP to JSON Stream formatter translates AepRecord objects to JSON strings, and sends the JSON strings to next streaming output transporter that is configured in the adapter configuration file. Set values for this formatter in the adapter configuration file.

This formatter is streaming based and can connect two streaming based transporters rather than row based transporters.
Parameter Description
ColsMapping

(Required) Section containing the Column parameter.

Column

Type: complextype

(Required) Specify which columns of an ESP row you wish to map to JSON data. These values are matched by a pattern path expression. For example, [<Column>JSONPath expression</Column>]+.

The first <Column/> is mapped to the first column of an ESP row, the second <Column/> is mapped to the second column of an ESP row, and so on.

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.