Customer Portal

Best way to Join data

Comments 1

  • Avatar
    imriskal
    0
    Comment actions Permalink
    Hi Peter,

    If I understand correctly, the only thing you should change is the order of input streams. ExtMergeJoin component has master input port and slave input port and this fact has to be taken into account during graph creation. Please find attached example graph. I set it in the way that there could be multiple comments for every post and multiple replies for every comment. So the stream with posts is master in the first join and the stream with comments is slave. In the second join, the stream with comments is master and the stream with replies is slave. I used left outer join and everything works as expected.

    I hope you will find my example useful. Have a nice day.

    Kind regards,

Please sign in to leave a comment.