[GIS] convert gdb to csv in batches

arcgis-desktopconvertcsvfile-geodatabase

I have 88 gdb files on Arcmap that I need to export to csv format. Is it possible to do this in batches? maybe, without using the python window

Best Answer

There is a solution to this referenced using a python script to run this bulk conversion:

Conversion Solution Using Python

For the most part this looks outlined fairly well, and for any bulk processes (which it seems like you are doing a lot of bulk processes with bouncing between GIS and other software) python is very useful. I would look into this any try to give it a go. Also if you want to learn more about python and how it can help you, check out the following sites:

Codecademy

Python For Beginners

ArcPy Cafe

There are countless other resources out there, and the more you familiarize yourself to multiple options, the better your chances are to finding a best fit solution.

I hope that those references help you.