Looking for a way to return the next unique result with a searchcursor in arcpy.
The table is from a spatial join of areas and has been sorted through python already.
However, I would like a way to have the name of the result recorded to a text file (or other dictionary) and to only take the next result each time the script runs and to check the dictionary to determine the next row to take.
Therefore allowing me to work row by row, one at a time, where they will be exported to a GeoJSON file through quick export.
I am struggling to find a way to make this executable.