Show TOC

Map to ESP Formatter Module Configuration Locate this document in the navigation structure

The Map to ESP formatter converts a map message string object to a row for ESP. Set values for this formatter in the adapter configuration file.

Table 1:
XML Element Description
ExpectStreamOpcodeName

Type: boolean

(Required) If set to true, the adapter inserts the stream name into the field _ESP_STREAM_NAME, and the opcode into the field _ESP_OPS.

The accepted opcodes are:
  • i or I: INSERT
  • d or D: DELETE
  • u or U: UPDATE
  • p or P: UPSERT
  • s or S: SAFEDELETE

The default value is false.

ValueAsString

Type: boolean

(Advanced) If set to true, the adapter assumes all incoming data types as text string and interprets them into ESP data types. The default value is true.