ratlm3 wrote:
> I'm fairly new with FME and have three basic questions.
> 
> 1 - I plan on using Workbench to build a mapping file. Is there a way 
> to take my mappings and reuse them with other data sets with the same 
> source and desination schemas? Can it be used with the Universal 
> Translator?

Yes and yes. Simply remove the input and output filenames from your 
mapping file. FME will then prompt you for it. You can also supply them 
via batch-file parameters.

> 2 - I need to call an Oracle sequence to populate a unique id for 
> each feature. How do I call the sequence?

Not sure about this one, but you can use for example a Counter, a 
UUIDGenerator or a GOIDGenerator to generate unique ID's and then simply 
write that attribute to Oracle.

> 3 - Once I call the sequence how do I use this one call on all of my 
> feature classes? Do I have to visit each feature class (could be a 
> hundred) to add the sequence as an input or is there a way to apply 
> to all feature classes at once?

Route all your features through the Counter (or... or...) would do the 
trick I think.

Hope this helps.
-- 
Hans van der Maarel
Red Geographics
www.redgeographics.com / [EMAIL PROTECTED]




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/
 

Reply via email to