You are on page 1of 1

SEQUENCE GENERATOR TRANSFORMATION:-

---------------------------------
1.Passive/connected transformation
2.It wont affect any input row records hence passive.
3.Used to generate the primary key values and numeric values like
1,2,3,4,5,6,7,8,9, etc...

PORTS:-
-----
1.CURRVAL
2.NEXTVAL

PROPERTIES:-
----------
start value:-default value:0
increment by:default value:1
End value :Maximum value of the transformation.
Cycle:After completing of the values it will start from the start
values
-----------------------------------------------------------------------------------
------------------
*CURRVAL will always be NEXTVAL+1;
*To generate the sequence numbers always connect the NEXTVAL port

You might also like