Better to use multiple MQTT channels, each with a transformationPattern to extract the parts that you want.
General idea here -
You’d probably use REGEX though, as your message string is not JSON.
Better to use multiple MQTT channels, each with a transformationPattern to extract the parts that you want.
General idea here -
You’d probably use REGEX though, as your message string is not JSON.