Since it appears to be a trailing-space fanout that is causing the problem simply use the AttributeTrimmer to trim off space characters (no need for the @@@ stuff)
Mark Mark Ireland, Product Support Engineer Safe Software Inc. Surrey, BC, CANADA [EMAIL PROTECTED] http://www.safe.com Solutions for Spatial Data Translation, Distribution and Access --- In [email protected], "mark2atsafe" <[EMAIL PROTECTED]> wrote: > > Mmmm - at first guess I'd suggest a NullAttributeReplacer to replace > FETYPE with @@@ (for example) where it is null. Put this before the > Concatenator. Then, after the Concatenator, use an AttributeTrimmer to > trim off any @@@ > > But $DDT_AUDIT_GENERATED_(564F) is a little concerning - is this what > the Concatenator created? I tried it using a feature w/o the second > concatenating attribute and it worked OK. > > I'm using 2006-GB beta build 2629. If you can upgrade then I suggest > you do so. See www.safe.com/download - unfortunately I've just changed > computers and don't have 2005 installed to try it with that version. > > Mark > > Mark Ireland, Product Support Engineer > Safe Software Inc. Surrey, BC, CANADA > [EMAIL PROTECTED] http://www.safe.com > Solutions for Spatial Data Translation, Distribution and Access > > --- In [email protected], "cfreesail" <cefreeman@> wrote: > > > > Slight problem found. > > All elements have FENAME > > however, some do not have FETYPE > > > > IE: > > FENAME = United States Highway 378 > > FETYPE = > > > > The result is tah the items that do not have FETYPE get thrown on to > > a newly generated level such as $DDT_AUDIT_GENERATED_(564F) > > Any ideas? > > Chris > > > > > > --- In [email protected], "Chris Freeman" <cefreeman@> wrote: > > > > > > Absolutely fantastic, Thanks. > > > Chris > > > > > > > -----Original Message----- > > > > From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of > > > > mark2atsafe > > > > Sent: Monday, May 08, 2006 11:51 AM > > > > To: [email protected] > > > > Subject: [fme] Re: e00 - dwg combine attributes-features as layer > > name? > > > > > > > > > > > > Hi Chris, > > > > Use the Concatenator transformer to join together FENAME and > > FETYPE > > > > (with a space between as a constant) as a new attribute. > > > > > > > > Then fanout using that new attribute. > > > > > > > > Hope this helps, > > > > > > > > Mark > > > > > > > > Mark Ireland, Product Support Engineer > > > > Safe Software Inc. Surrey, BC, CANADA > > > > support@ http://www.safe.com > > > > Solutions for Spatial Data Translation, Distribution and Access > > > > > > > > > > > > > > > > --- In [email protected], "cfreesail" <cefreeman@> wrote: > > > > > > > > > > I am converting e00 files to Autocad and using the fanout > > feature to > > > > > use FENAME as the output Layer Name. But I would like the Layer > > name to > > > > > be complete as far as proper name goes. The e00 file has the > > Type of > > > > > each road as a separate feature type. Is there anyway to > > combine the > > > > > two as the final (proper) layer name? > > > > > > > > > > e00 file feature types: > > > > > FENAME (which value is like: Washington or Pine Straw) > > > > > and > > > > > FETYPE (which value is like: ST or RD) > > > > > > > > > > So that the Autocad layername is like "Washington ST" > > and "Pine Straw > > > > > RD" > > > > > (without the quotes) > > > > > > > > > > Regards, > > > > > Chris > > > > > FME 2005 - B-1659 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Get the maximum benefit from your FME, FME Objects, or > > > > SpatialDirect via our Professional Services team. Visit > > > www.safe.com/services for details. > > > Yahoo! Groups Links > > > > > > Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our Professional Services team. Visit www.safe.com/services for details. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
