I am trying to set up a Spatial Data Warehouse within a geodatabase. How can I get FME to create and maintain a running-integer surrogate key for my feature classes and tables? The surrogate key is a replacement for the primary key that has to remain unique and should be in a running integer format for every new row inserted into a feature class (e.g. 1, 2, 3, 4, ... 101, 102, 103).
Page 1 / 1
Can the transformer Counter help you then? It will increment everytime there is a feature passing through and you can also set the count start.