Hi Steve, I've just put the workspace up there as a zip file. Sometimes web browsers try to interpret fmw's a little too literally since the content is XML based.
I think you should be in luck. The FMEFunctionCaller is a sort of roundabout fix because 2007 won't let you use a function within the AttributeCopier. 2006GB should let you do that. So replace the FunctionCaller with an AttributeCopier and where the function is... @CopyAttributes(@Value([EMAIL PROTECTED](_loopCount)}.value),[EMAIL PROTECTED](_loopCount)}.count) In the AttributeCopier use... @Value([EMAIL PROTECTED](_loopCount)}.value ...for the attribute to create and... [EMAIL PROTECTED](_loopCount)}.count ...as the value for the attribute. Hope this works! Mark --- In [email protected], "snelsons2006" <[EMAIL PROTECTED]> wrote: > > Damn, looks like I'm outta luck as the FMEFunctionCaller was > introduced in build 4133 - I'm stuck way back in build 2651 for > 2006GB! Our IT dept won't let me update either. > > Mark - For some reason all the example FMWs posted here < > http://www.fmepedia.com/index.php/Sandbox > , I can't download them, > get an xml error. But the data in the .zip file is fine..? > > Thanks for taking the time to put together the fmw, very interested in > seeing how it all works! > > Steve > For insights into what's up at Safe Software and what's on the development horizon, visit Safe's blog at spatial-etl.blogspot.com. Love FME? Then open your diary to March 6-7, 2008 and write this... "Second Worldwide FME User Conference - Must Attend!" See http://www.safe.com/company/fmeuc2008/index.php for more details. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/fme/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/
