import arcpy from arcpy import env ## Change this to your workspace location env.workspace = "C:/JC_Work" ## Change this to your spreadsheet and workbook name inTable = "C:/JC_Work/TestBook.xlsx/DH_Points$" ## Change this to your File Geodatabase outLocation = "C:/JC_Work/Test_FGDB.gdb" outTable = "DH_Points" arcpy.TableToTable_conversion(inTable,outLocation,outTable)
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.