Select to view content in your preferred language

Python Scripting Problem

453
1
02-11-2014 10:20 PM
H_A_D_Padmasiri
Deactivated User
I try to select "Annotation_Class_ID" = "Lot-No-Pid" rows from InTable and delete FeatureID, Zorder,SymbolID..... fields in the same table.  for that I tried to write line 70 & 71 in script1. when I run the script, it works without errors. But above delete fields and other attributes are available in the new table.
Then I thought another way to do this and write  line 73 - 75 in the script. But in both methods delete fields  and the unwanted records are appear in the new table. Pl give me a help to remove unwanted fields & records in the table.

Thanks

Padmasiri
Tags (2)
0 Kudos
1 Reply
JakeSkinner
Esri Esteemed Contributor
Hello,

If you want to delete fields, you will want to use the Delete Field function.
0 Kudos