Customer Portal

Ignoring XMLExtract parse failure and continue execution?

Comments 3

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi Mian,

    I would recommend to process each line-xml separately in another graph - then result (ok/failed) of this graph can be handled. How easily this can be done depends on edition of CloverETL you use:

    1) If you have commercial edition of CloverETL Server Corporate (or higher) you can use JobFlows - use http://doc.cloveretl.com/documentation/ ... graph.html and pass line as parameter. Then inside try to parse delivered XML. If XML reader fails, you can catch the error in top graph.

    2) In opensource editions you can use http://doc.cloveretl.com/documentation/ ... graph.html but handling will be much harder and probably will be necessary to store lines into temporary files.

    I hope this helps.
  • Avatar
    mian
    0
    Comment actions Permalink
    Thanks for your reply kubosj.

    Is "runGraph" component present in the Community edition (Version: 3.5.0.057)?

    I do not seem to find it in the Palette...
  • Avatar
    admin
    0
    Comment actions Permalink
    Hi Mian,

    You've right - RunGraph is not part of Community version. Maybe you may try to check trial version of Commercial version - http://www.cloveretl.com/download

Please sign in to leave a comment.