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

Write two flow output in a single file in talend

Hi All, I have 2 flows in my talend.

One is doing one kind of validation and second have one joblet flow. two output will be coming from them . One form 1st validation flow and 2nd from joblet flow. 2 outputs would be written in 2 columns in a single file.

 

any idea how to achieve that

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi
Add a sequence id on each flow(on tMap1 and tMap2), and then do inner join based on sequence id on tMap_3 to merge the columns come from different flow before writing the data to file.
0683p000009M7fB.png
Hope it helps you!
Regards
Shong