Anyone know how I can get the GEP to handle a JSON collection? I want these to feed into a feature service that includes a point feature class. DG
{
"lastLocations" : [{
"driverID" : 83886089,
"driverEmployeeId" : null,
"vehicleID" : 83886595,
"vehicleName" : "PVLV1139",
"head" : 5,
"speed" : 0,
"time" : "2013-08-07T13:33:01Z",
"location" : {
"lat" : 45.443727,
"lng" : -129.978607
}
}, {
"driverID" : 83886089,
"driverEmployeeId" : null,
"vehicleID" : 83886596,
"vehicleName" : "PVLV1219",
"head" : 3,
"speed" : 0,
"time" : "2013-10-03T00:14:50Z",
"location" : {
"lat" : 41.920233,
"lng" : -175.161255
}
}
]
}