Balu,

> I have some queries in migrating the data from CAD file to Personal GDB. 
> I have the request to automatically populate the field name called 
> "S_NO" with start number say 100001 while migrating the data from CAD 
> file to Personal GDB. Let us say i have 100000 records. Is there any 
> transformers to do the job like creating "SEQUENCE " in Oracle ------ 
> populating unique sequence number incremented by 1.

You can use a Counter to do this. It will count all objects running 
through it and assigns each one its 'count', which will of course 
increment by 1 every time a new object comes through. You can even set 
it to start counting at a certain value.

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