I have an input that reads a GeoJson feed from a source and initially I want have that output to a REST cache. The geoevent definition has the fields organized as groups - features, geometry, properties, and coordinate system. However, the output doesn't appear to be parsing the several fields into these groups and is creating output that looks like the following:
[INDENT]GeoJason_IncidentPoints,Feature,,,"0.0,0.0,0.0"[/INDENT]
I had thought GEP would parse the fields contained in the groups - is this not the case?