You are not logged in.
Announcement
Unanswered posts
|
i have same issue, everything runs perfectly, but when i change to first match, have java heap space issue. Any solutions?
any help on this post?
hi pedro,
could u pls see my i/p and o/p results in my first post?
Hi
how to get First Matching records from lookup table and need to update according the target table by using EmployeeID as a Key?
I think I misunderstand what you mean.
Could you explain it in another way?
Regards,
Pedro
by using that feature all records are updating!!!!,i already check.,not sure why tht function is not working perfectly???
pls let me know ,any another way ...
Hi
Use 'first match' feature of tMap as the following image.
Regards,
Pedro
hi,
i am updating existing table by using EmployeeID,here table having duplicate records of EmployeeID.
main table:-
employeeid
------------
101
102
103
lookuptable:-
employeeid
------------
102
102
103
103
103
105
105
expected output
-----------------
employeedid hc
------------- -----
102 1
102 0 or null (previously null before this load )
103 1
103 0 or null (previously null before this load )
103 0 or null (previously null before this load )
105 1
105 0 or null (previously null before this load )
how to get First Matching records from lookup table and need to update according the target table by using EmployeeID as a Key?
thx