Customer Portal

Comments 4

  • Avatar
    twaller
    0
    Comment actions Permalink
    Hello Des,

    I think you can use the RunGraph component. Take a look at the following documentation:
    http://www.cloveretl.com/_upload/clover ... l#d0e22042

    Best regards

    Tomas Waller
  • Avatar
    deshartman
    0
    Comment actions Permalink
    Thanks for the reply. RunGraph is fine, but I still need to pass the stream into the new graph.

    this means if I have a 30 odd fields in the first graph, I somehow need to get these 30 fields to the next graph. I have done it now by writing the data to a temp dB table and then reading this same dB table on the next graph when called, but wondering if there is a better way?

    Thanks
    Des
  • Avatar
    mzatopek
    0
    Comment actions Permalink
    This type of data flow handover is currently impossible. Your solution with temp files is correct. I have never tested it before, but you can consider to use named pipes under unix-like systems for better performance. The most fastest way to pass some date between two graphs is probably via our proprietary format, which is handled by Clover Data Reader/Writer.

    Regarding your needs, exactly this should be available in Clover 3 (http://wiki.cloveretl.com/doku.php?id=roadmap:clover3) and this will be called 'Sub-Graphs'.
  • Avatar
    deshartman
    0
    Comment actions Permalink
    Sweet!!

Please sign in to leave a comment.