I tried to fanout data but it is all in the same FGDB. So, is it possible to do this? I need to write data for every time different amount of different area into different, but schematic same filegeodatabse.
Best regards.
|
I tried to fanout data but it is all in the same FGDB. So, is it possible to do this? I need to write data for every time different amount of different area into different, but schematic same filegeodatabse. Best regards. |
||||
|
|
|
Yes you can do a fanout to different geodabase. You have 2 different types of fan out operations in FME (as I can recall, it's been a year or 2 since I've used it). Your first is a Dataset Fanout. This will allow you to spread your data across multiple datasets based on an attribute (in this case your dataset is your File Geodatabase). The option is found by a right click in the Navigation pane on our File Geodatabase writer The other is the feature class fan out (I cant remember the FME name for it), but I'm guessing this is the Fanout feature you're using now. I hope this helps! |
|||||||||||||
|
|
I believe your problem may be that you're thinking of a fGDB the same was as you think of a shapefile. In a shapefile you've got one single file which contains all features of a certain However, fGDB's are more like databases. They themselves contain multiple If you want multiple fGBD's, you'll need to use multiple writers and fan-out earlier in the workspace using a |
|||
|
|