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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Using output of tmap as lookup for another tmap

Hi! I'm new to Talend. I was just wondering if the following is possible:
tFileInputDelimited_1->tmap1-> perform some rank function
                               ->tmap2 -> look up output of rank function
The tool is not letting me connect the output of the rank function to tmap2. Any help is appreciated. Thanks in advance!
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
Talend don't support for "Circle" in work flow.
Could you please have a look at document about:https://community.talend.com/t5/Design-and-Development/Can-I-create-a-Job-with-multiple-paths-from-a...
Hope it will help.
Best regards
Sabrina

Anonymous
Not applicable
Author

I do believe that it IS possible to connect the Output from one tMap component as the Input for another tMap component.
The actual specific format / content of your tMap Output might affect its Input connection to the next tMap component, but in principle, it's certainly possible (I've just done it).
Anonymous
Not applicable
Author

Sabrina,
Thanks for the information. I've decided to use tHashOutput and tHashInput as a work around. Question, for the same job, I have about 6 input file. When running in my laptop is there a way for all 6 file to read simultaneously?