Hello! I need help creating a tool that can be used for converting Personal Geodatabases to File Geodatabase. Our organization no longer has access to Microsoft Access and, as we know, ArcMap is going away soon so we would like to find a solution that does not involve either.
I have tested with a few different scripts, utilizing arcpy in an ArcGIS Pro Notebook, however, it doesnt seem to recognize that there are even feature classes within the mdb so these scripts have not worked. The mdb that I am utilizing contains both feature classes and tables and I need all to be transferred over into an fgdb.
Please let me know of any solutions that would work! I am willing to part from the ArcGIS Pro Notebook and instead use Jupyter or even just a py file. It looks like this is an issue that MANY people have encountered and I have tried a lot of the approaches suggested on other posts. Any help is much appreciated!