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)
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.