GeoEvent with JSON input

773
3
10-30-2019 10:18 PM
by Anonymous User
Not applicable

Hi all,

I have difficulty when I setup the GeoEvent service with JSON input.

The JSON format looks like below

I could populate "AssetFeatureType", "ThreatFeatureTypeID","ThreatID" in the GeoEvent Definition, but i have three issues here.

1. How to populate "OrganisationID" for each event? I don't know how to locate it within the array of objects.

2. How to convert string "POINT (133.850 -36.339)" into two fields (Long and Lat)?

3. How to convert "\/Date (1568172775800+0000) \/" into standard Australia time format?

 

Thank you for your help.

Regards,

Bing

 

3 Replies
by Anonymous User
Not applicable

Hi all,

I think I found the solution.

Actually, I didn't find a way to allow GeoEvent to read this kind of JSON string, but I created a web service to convert it to be "readable" JSON string, then let GeoEvent points to this web service.

Regards,

Bing

BrianLomas
Occasional Contributor III

We have had a similar issue and had a fairly similar solution. We ended up solving the problem using a python script which converted the message into a JSON format that could be used in geoevent. This script is started as a windows task.

0 Kudos
Alber_Verster
Esri Contributor

Was this eventually solved?

0 Kudos