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: 
kakooo16
Creator
Creator

Matching 2 thashinput with different schemas

Hello ,

I have a thashinput1 which schema (id,name,Phone) containing 10rows

and a thashinput2 which schema (address , zipcode) containing 20 rows .

I would like to insert in a table (

id,name,Phone,address , zipcode

)these rows without doing any types of join .

Thanks

Labels (2)
1 Reply
manodwhb
Champion II
Champion II

@not specified not specified​ , without join key if you do the join then you may get the duplicate records. like it works like cross join.

 

you can use tmap and to connect thashinput1  and thashinput2 and you can specify the match model All rows.

 

 

Thanks,

Manohar