Loop through Geotaggs

225
0
01-10-2024 01:29 AM
Moi_Nccncc
New Contributor III

I am using geotagged to get point which overlapping geofences. 

The result could be multiple geotags 

Example

"GeoTags":"[10,12,33]" The length is of returned geotags is uknown

Now I want to loop through all these GeoTags to update feature class with IDs 10,12,33 

So I need to know how to do the following

1- parse the GeoTaggs 

2- loop through geotaggs to update each one in the feature class

 

Tags (3)
0 Kudos
0 Replies