Customer Portal

Ext Hash Join Problem

Comments 3

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    ExtHashJoin always joins records with the same key, leftOuterJoin means that there are processed not only records with the same key, but the records from master port without corresponding slave too. If you want to find different records use DataIntersection or CheckForeignKey component.
  • Avatar
    daveybob
    0
    Comment actions Permalink
    For people new to CloverETL, something that would help would be a "cookbook" of solutions for common problems. Needing to generate keys for new data has to be a common thing. And there are many more, I'm sure.

    Maybe create a forum just for cookbook items, rather than doing a doc for it.

    Just a thought...
  • Avatar
    admin
    0
    Comment actions Permalink
    Great idea about the "cookbook" - I have created a forum for that :wink:

Please sign in to leave a comment.