I have a HTTP feed using this open endpoint.
When I use the option to flatten the schema, I always end up with lots of records and the incidentid for Tracking field seems to be ignored.
If I then leave it and write out to a table without flattening, it just creates the neccessary records that correspond to the packets in the feed.
I then attempted to use the Field Calculator - Construct an Esri Geometry object, but struggled to get it to work with the nested values.
The location field has values like this:
{"lon":150.81224,"lat":-34.01287}
Arcade attempts:
$feature.location[0] - this returns:text: "{"
$feature.location['lat'] - this returns:
Test execution error: Execution error - Cannot access value using a key of this type. Verify test data.
Can anyone point out the best way to work with what is quite a simple feed?
Thanks