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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tMap lookups a joblet

Hello,

I am an Informatica Developer that will soon migrate to talend, is there a way that we can use a joblet as lookup? or like, to have a parallel connection from a tmap and a joblet to another tmap?0683p000009M62g.png

f(x) = Tmap

block things = joblet

magnifier = lookup (but you can just ignore it)

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

     Joblet is a piece of Talend code where you have created a specific part of your overall program. You can use it in lookup section. Please refer the example below.

0683p000009M6EM.png

 

But you cannot use the same joblet as lookup connection to two tMaps for same flow as it will create cyclic dependency issue. So you can get the data output of tMap to memory components (like tHashOutput) or temporary files and use it as many time as you want for lookups at different areas of the code.

 

I believe this approach is classy and more readable from developer's perspective 😉

 

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

1 Reply
Anonymous
Not applicable
Author

Hi,

 

     Joblet is a piece of Talend code where you have created a specific part of your overall program. You can use it in lookup section. Please refer the example below.

0683p000009M6EM.png

 

But you cannot use the same joblet as lookup connection to two tMaps for same flow as it will create cyclic dependency issue. So you can get the data output of tMap to memory components (like tHashOutput) or temporary files and use it as many time as you want for lookups at different areas of the code.

 

I believe this approach is classy and more readable from developer's perspective 😉

 

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 🙂