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

Talend combine two different data flows with same schema into one

I am using talend 6.1.1 and i am i have two components tmysqlinput and tfixedflowinput.
Schema is same for both the components and i am trying to combine the data generated by these components.

for example: schema is like col1 and col2
output of tmysqlinput component is:
1,2
2,3
output of tixeflowinput component is:
3,4
4,5



Now output which i am expeting is like combination of both the ouputs. It should be like:

1,2
2,3
3,4
4,5



Please help me to combine the outputs of those two components.

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,
Here is a component TalendHelpCenter:tUnite which is used to merge data from various sources, based on a common schema.
Best regards
Sabrina