Extended operations codes (opcodes) appear in the output when using esp_subscribe in verbose mode.
ESP_OPS="s"
Output examples:
<In1 ESP_OPS="C" SequenceNo="100" />
In1,C,100
When you subscribe in GD mode (-U) with the verbose option (-v), the output of esp_subscribe includes an additional column, SequenceNo, which identifies the last transaction checkpointed by the server. XML output also includes ESP_FLAGS="g" to indicate that the record is a guaranteed delivery record. Output examples:
<In1 ESP_OPS="u" ESP_FLAGS="g" ESP_GDSequenceNo="100" Key1="100" Col1="val1" Col2="val2"/>
In1,u,100,100,val1,val2
In the CSV example, the value after the second comma is the sequence number.