JMS adapter with delimiter as ^A
We are using OGG JMS adapter 12.x.x.x to push the messages to a SOLACE queue from DB2 UDB systems. The requirement is to use the ^A [ HEXADECIMAL OF \X01 ] as a delimiter between the fields of a record. I tried using the below property, but no luck.
gg.handler.sample_jms.format=csv
gg.handler.sampel_jms.format.delim=0x01
I tried with the hexa values as well ctrl+A key combination . Still no luck. Any help would be appreciated. I can not just use the SHIFT+6 AND A as a ^A as its not a non-printing control character.