Yes, fanout is the way to go. Just expose the fme_basename format attribute on the input DWG features and then use @Value(fme_basename).gdb as the fanout expression in the Navigator, like so:
Note that the DWG has to be split on geometry type, so that all lines end up in a polyline feature class, areas end up in a polygon feature class etc. etc.
Yes, fanout is the way to go. Just expose the fme_basename format attribute on the input DWG features and then use @Value(fme_basename).gdb as the fanout expression in the Navigator, like so:
Note that the DWG has to be split on geometry type, so that all lines end up in a polyline feature class, areas end up in a polygon feature class etc. etc.
Thanks it is perfectly working.