Skip to main content
Question

Update multiple geodatabases

  • November 28, 2019
  • 1 reply
  • 18 views

franco69
Contributor
Forum|alt.badge.img+7

Hi Guys...a simple one for you i think

 

i have a Folder A with multiple .gdb files and a Folder B with multiple .gdb files

No I want update every gdb which is in Folder A and in Folder B

AND: write gdbs which are only in Folder A into the Folder B

 

 

have i use a loop? (because the Folder A is Always filled with different Counts or names of gdbs)?

or dynamic path etc....??

 

thx for help

Franco

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

Forum|alt.badge.img+2
  • November 29, 2019

@franco69 You should be able to use a combination of the Directory and File Pathnames reader and the File Copy writer. One Directory and File Pathname reader for each of folder A & B to compare the lists of File Geodb names using something like ChangeDetector and then copy the unique ones from A to B using the File Copy writer.