Skip to main content

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?

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.


Reply