1) it is possible to export directly from ArcGis to Excel using Model Builder (select a tool and automatically open Excel with the .dbf selected)
launch(r"%output_dbf%")
def launch(path): import os dir = os.path.dirname(path) file = os.path.basename(path) os.system("start /d \"%s\" %s" % (dir,file))
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.