Hi,
I'm trying to send a JSON to a MQTT which contains hierarchy:
{
"reference": "1",
"confirmed": true,
"fPort": 1,
"object": {
"data": 50
}
}
I created the following GeoeventDefintion:

Because the incoming GeoEventDefintion looks different (plain JSON-Structure without hierarchy), I try to use the FieldMapper:

Unfortunately this does not work 😞

Looks like FieldMapper cannot handle hierarchy !?
Is this the wrong approach?
Any help is appreciated ...