Skip to main content

auto increment the column using the Data mapper

Comments

1 comment

  • David Paras

    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.