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

tMerge suggestion

How about a tMerge component to merge 2 files together, on a common key, with options to include or exclude records if matched or not.
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Merging may match two behaviour: joining or appending. Delostilos has recently created 425 and 424 that may interest you.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Merging may match two behaviour: joining or appending. Delostilos has recently created 425 and 424 that may interest you.
Anonymous
Not applicable
Author

Hi,
appending can be done with 2 flows to a flat file. The first one inserts and the second file is set to appand mode and appends records to the same file as the first flow. Then you have effectivly done a Union All like in SQL. If you the do an deduplicate via UniqRow then you have a union like in SQL. See my flows.