Greetings,I'm running the following code to convert an Excel spreadsheet to a dbf table inside a geodatabase. But when I look at the geodatabase in ArcCatalog, the geodatabase does not contain the table. Anty ideas?CurrentDate = "20130625" OutName = "tempgdb.gdb" InSpreadsheet = "G:\Documents\GIS\HydstraData\HydstraMeasurementsDeep\HydstraMeasurements_" + CurrentDate + ".XLS" arcpy.ExcelToTable_conversion(InSpreadsheet,OutName)
Actually, my ultimate goal is to import points (Longitude, Latitude, Elevation) from a spreadsheet, but it seems I have to convert the spreadsheet to a table first, right?Thanks for any help you can provide.Jon Mulder