Customer Portal

resetting sequence in XML graph file

Comments 2

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hi, it is not possible, but if you want to add record counter on reader you can use auto_filling described on Field formats and other goodies or do workaround like that: add new phase, which is executing before the rest of graph: SystemExecute or JavaExecute component, which deletes sequence file.
  • Avatar
    dpavlis
    0
    Comment actions Permalink
    Sequence can be reset from inside Clover Transformation Language (CTL/TL).
    CTL can be executed as part of Reformat, Join and other components.

    This would be the CTL statement which would do it:

    sequence(mysequence).reset


    Deleting the sequence file is also possible, but a bit brutal. The auto-fill option seems to be the best for this simple situation.

Please sign in to leave a comment.