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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Mergeing columns of 2 excel file with different schema

Suppose i have two excel files student1(ID,Name,Branch,City,country) and student2(ID,Name,city) and I want to combine data in these files

Labels (2)
5 Replies
manodwhb
Champion II
Champion II

@Pankaj18,read two excel files and do the join in ID in tMap or tJoin.

Anonymous
Not applicable
Author

but it requires same data and what about when data is not same like i want to append 2nd file

manodwhb
Champion II
Champion II

@Pankaj18,yes you should have the same data. what is your exact requirement? if you want to generate single file from those both then you need to go with tUnite,tUnite should have have same order of columns and data types .in this case you need to set default values for the second file Branch,country by using tMap.

TRF
Champion II
Champion II

I gave you the answer in your other post https://community.talend.com/t5/Design-and-Development/Merging-two-tables/m-p/134218#M83641

Thank's to mark your topics as solved.

TRF
Champion II
Champion II

@Pankaj18, did this help?

If so, thank's to mark your case as solved (Kudos also acceptedas a bonus).