import arcpy from arcpy import env env.overwriteOutput = True env.workspace = r"C:\Documents and Settings\cmathers\Application Data\ESRI\ArcCatalog\OSA@sde@bay-gis.sde" fcList = arcpy.ListFeatureClasses() # Copy shapefiles to a file geodatabase # for fc in fcList: print fc
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.