how to append the multiple gdb to single gdb or mdb to mdb

2043
6
07-06-2017 10:28 PM
santhoshp
Occasional Contributor

Dear Friends,

Please find the attached for Multiple mdb. How to append the multiple gdb to single gdb or multiple mdb to mdb.

Thanks

Santhosh

0 Kudos
6 Replies
shan_sarkar
Occasional Contributor III

Santosh,

I have 2 questions for you.

1. Is the schema for the table same which need to be appended?

2. Do you need to do this programmatically?

~Shan


~Shan
0 Kudos
santhoshp
Occasional Contributor

Hi Shantonu Sarkar,

It's same table.

Thanks

Santhosh

0 Kudos
shan_sarkar
Occasional Contributor III

 About loading data into existing feature classes and tables—ArcGIS Help | ArcGIS Desktop 

You can simply load data, since the fields are the same it will automatically take care of the field mapping.

~Shan


~Shan
0 Kudos
santhoshp
Occasional Contributor

Hi Shantonu Sarkar

If have any programmatically script can you help me.

Thanks

Santhosh

0 Kudos
shan_sarkar
Occasional Contributor III

You can refer the sample python code shared in the Append—Help | ArcGIS Desktop 


~Shan
DanPatterson_Retired
MVP Emeritus

or Merge... I find it wise not to mess with an original file under circumstances, even if I want to Append data to one.  Why take the chance of things not going as planned.  There is no UnAppend tool.  And as Shantonu Sarkar‌ indicates, code examples can be emulated in each tool's help section.  But, if that is all you plan to do, is those files, use the tool manually once, then you can get the code from the Results window and use it to create a more generic version of your workflow