Skip to main content
Question

Batch process gdb update

  • May 1, 2017
  • 2 replies
  • 15 views

Forum|alt.badge.img

Hi,

I am fairly new to FME. I currently have 286 old gdb that consist of 15 feature classes, they needs to be updated to a new gdb. Some of the updates includes: changing a point to polygon, merging feature classes, changing fields name, and also mapping value for subtype. I have already figure out how to update an individual gdb.

I was wondering if it is possible to batch process, and update all of the gdb. Right now, I am playing around with batch deploy, but I can't seem to figure out where to start.

Can you please help me out? It would be very much appreciated :-)

Thanks,

Vincent

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.

2 replies

Forum|alt.badge.img+2
  • May 1, 2017

How about a WorkspaceRunner transformer to call your workspace from a controlling Workspace?

First Workspace reads the GDB folders using Directory and Filepath reader, and passes the values into the second Workspace that does the processing.

Example here: https://knowledge.safe.com/articles/1469/batch-processing-using-the-workspacerunner-1.html

 


Forum|alt.badge.img

How about a WorkspaceRunner transformer to call your workspace from a controlling Workspace?

First Workspace reads the GDB folders using Directory and Filepath reader, and passes the values into the second Workspace that does the processing.

Example here: https://knowledge.safe.com/articles/1469/batch-processing-using-the-workspacerunner-1.html

 

Thanks Mark! I will try this out. :-)