Customer Portal

How do I do lookups?

Comments 1

  • Avatar
    dpavlis
    0
    Comment actions Permalink
    Your example leads to use of HashJoin (probably better) or MergeJoin. It allows defining the "join" formula and also re-mapping two inputs onto single output record including renaming fields.
    See examples supplied with CloverETL Designer, one of them shows various joiners in action.

    Also, see Clover video tutorial, section Joining data from multiple sources and Aggregating.

    If you really want to use lookups for your case, then look at Lookups section of Clover video tutorial.

Please sign in to leave a comment.