auto increment the column using the Data mapper
I want to auto increment a target schema column in the data mapper. Can you please let me know how to do that
0
-
The Scenario which you are trying to achieve is possible using templates (Refer: Developer guide>Using XSL Template). In this template use the XSL function "position()" to calculate the index position of the node that is currently being processed.
0
Post is closed for comments.
Comments
1 comment