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)
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.