Hallo Esri Community,
I would like to convert and export my layers to File GDB.In ArcMap I can export the layer as a feature class with a right click.I'm trying to automate this process using Arcpy.I get an error message when running my script.I use SQL Server and ArcSDE as database.I would be grateful if you could suggest me a solution.Below you will find my script, error message and the image of the layer.
Hi @arashhokm ,
You're missing a backslash in your out variable for the path:
this should be like:
out = r"I:\2022\Shapefile\FGDB\Wasser.gdb"
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.