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)
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.