I'm trying to create polygon geometry based on the following JSON data set coming from a Subscribe to JSON from External Websocket input and pushing to a Feature Service:
"Vertices":[{"x":38.901939000001576,"y":-77.034143,"z":1.5230000698938966},{"x":38.901990000001575,"y":-77.03420799999999,"z":3.8682780703529716},{"x":38.901990000001575,"y":-77.034078,"z":3.8682780703529716},{"x":38.901990000001575,"y":-77.034078,"z":-0.803359929472208},{"x":38.901990000001575,"y":-77.03420799999999,"z":-0.803359929472208}]
What is the best way to accomplish this in GeoEvent Server? Since the source data is nested and not in Esri JSON format, I'm assuming that I would either have to use the field calculator processor to create a Esri JSON array or create a new field for each vertex then combine them into a geometry field calculator? If this doesn't work are my only options to reformat the data or create a custom processor? Any help would be appreciated, p.s my team most likely doesn't have the time to reformat the data. Thank you in advance! Jake Skinner RJ Sunderman