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)
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.