Automatic Formatting of MQTT Payload

Hi All

I have Streamsheets running and have an MQTT source

When the payload tis received it is taking the payload which comes from a CANBUS and dropped onto MQTT that has this format: b’\x13\rh\r*\x01+\x01’

the payload is auto formatted to this: g*+

These may not be the same messages due to timing between grabbing it in python( and what is sen in Streamsheets.

I have the ability to change the MQTT payload format but I wanted to see if this was something Streamsheets can handle

I have tried changing the Extended Settings for the Consumer from Auto to String but there is no impact (obviously JSON and XML will not work )

thaks