arcpy.TableToTable_conversion
I usually set the OverWriteOutput to 1 at the beginning of my scripts. I'm using 9.3, so I'm not sure how this translates over to 10 & arcpy... But it's probably similar.# Import system modules import sys, string, os, arcgisscripting # Create the Geoprocessor object gp = arcgisscripting.create() # Set the Geoprocessing environment... gp.OverWriteOutput = 1 #Overwrite set to true
# Import system modules import sys, string, os, arcgisscripting # Create the Geoprocessor object gp = arcgisscripting.create() # Set the Geoprocessing environment... gp.OverWriteOutput = 1 #Overwrite set to true
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.