Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to get value from other excel source

I am new to talend. I have challenge that i have two input excel one has Employee details and other one has title info

0683p000009M55N.pngEmployee data.0683p000009M55S.pngEmployee Title

0683p000009M4nU.pngOutput

Mobile or Contact number is common in both. I need to get the output as Employee data template with title filled using Employee Title sheet.

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

    This is a classic case where you need to use tMap component to join two tables using matching columns.

 

     I would recommend you to read the help document for tMap along with practicing sample scenarios. This will give you a grip on the concepts. I am sure you will be able to solve your query easily after that.

 

https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/mxzKD~8eLuNFSXH6LMi7qg

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

 

    This is a classic case where you need to use tMap component to join two tables using matching columns.

 

     I would recommend you to read the help document for tMap along with practicing sample scenarios. This will give you a grip on the concepts. I am sure you will be able to solve your query easily after that.

 

https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/mxzKD~8eLuNFSXH6LMi7qg

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

Hi Nikhil,
The suggestion helped me to find out solutions. Thank you very much.