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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Vandy
Partner - Contributor III
Partner - Contributor III

Combining multiple tables and passing them into multiple tables based on conditions

Hi team,

I am new to talend, it would be great if someone could guide me n how to create a talend job for the following to achieve the needs.

  1. Combine multiple tables using tmap, output needs to be passed to multiple tables based on conditions. Filter to be created in tmap
  2. Create user defined function and use that in tmap
  3. enable store temp table option in tmap

Thanks in advance

Labels (3)
4 Replies
Anonymous
Not applicable

Hello,

With your question 1 and 2, could you please elaborate your case with an example with input and expected output values? In this way, we could create a demo job for you.

You are able to enable store temp table option in tmap via selecting Store temp data option as true

For more information please refer to this KB article:

https://community.talend.com/s/article/OutOfMemory-Exception-WmtmQ?language=en_US

Hope these KB articles will be helpful for your tMap job.

https://community.talend.com/s/article/Best-Way-to-use-TMAP-component?language=en_US

https://community.talend.com/s/article/tMap-expression-syntax-TCiHW?language=en_US

 

Best regards

Sabrina

dilip_n
Contributor II
Contributor II

hi there, this might be the answers you want

 

 

multiple inputs linking to tmap main and lookup

0695b00000fKkqlAAC.pngclick on tmap, here we can create multiple outputs in rightside(also we can use filter conditions and functions in expression builder) (use joins if you want in left side tables)0695b00000fKkr0AAC.pngby using routines we can create user defined function if you know java code well.

0695b00000fKkrKAAS.pngright click on tMap-->settings--> you can give store temp path

0695b00000fKkrPAAS.png

Vandy
Partner - Contributor III
Partner - Contributor III
Author

Thank you @Dilipkumar nagala​ 

Vandy
Partner - Contributor III
Partner - Contributor III
Author

Thank you for your inputs @xdshi