Skip to main content
Solved

How to merge muliple Personal Geodatabases(mdb) with a selected mdb as schema template?

  • October 9, 2024
  • 1 reply
  • 48 views

nanchuangyeyu
Contributor
Forum|alt.badge.img+1

Hi everyone, I have several Esri personal Geodatabases with similar schema but also some tiny differences.That is, they are required to have identical schema but in fact some don't due to various reasons. Some feature types and attributes are unexpected, while some required ones are missing. Now I want to choose a standard one from them as a template and merge them all to get a standard destination mdb. How can I achieve that?

Best answer by liamfez

The SchemaScanner may be what you are looking for when it comes to “choosing a standard as a template”. You may also want to look at the SchemaMapper. If you have identified one reader as the primary source, then you could set up the writer based on that one in the writer’s settings.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

liamfez
Influencer
Forum|alt.badge.img+44
  • Influencer
  • Best Answer
  • October 9, 2024

The SchemaScanner may be what you are looking for when it comes to “choosing a standard as a template”. You may also want to look at the SchemaMapper. If you have identified one reader as the primary source, then you could set up the writer based on that one in the writer’s settings.