Skip to main content
Hi,

 

I have a rather large workbench that brings features from a SQL Spatial Server and has four Feature Types that use GeoDatabase Writers. I was hoping that there was a way to bring everything into one Geodatabase that will fan out into separate feature classes. Instead it is fanning out based on an attribute, but it is making multiple Geodatabases, instead of writing into one Geodatabase with separate feature classes within it. Is there a way to configure the writers in order to get this accomplished?

 

I attached the log from my last Translation to maybe better express what I am doing.

 

 

http://pastebin.com/taKBBib2
Hi,

 

 

I guess you are using Dataset Fanout. Try Feature Type Fanout instead.

 

Dataset Fanout (http://docs.safe.com/fme/html/FME_Workbench/Default.htm#Setting_Dataset_Fanout_Properties.htm)

 

Feature Type Fanout (http://docs.safe.com/fme/html/FME_Workbench/Default.htm#About_Fanout.htm)

 

 

Takashi
correction for the linking URL.

 

Feature Type Fanout (http://docs.safe.com/fme/html/FME_Workbench/Default.htm#Setting_Feature_Type_Fanout_Properties.htm%3FTocPath%3DFME%20Workbench%7CSeparating%20Output%20Data%20with%20Fanout%7C_____2)
In addition for dataset fan out expose the geodb_feature_dataset on the writer and use it in the fanout option.

Reply