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

How to combine few selected columns of two excel files in to another excel files

Hi,

 

Excel File 1: Name  Score

                    ABC      12

                    XYZ .     20

Excel File 2: Age

                     26

                     30

 

My new Excel file should be like 

Excel File 3 Name  Age

                   ABC     26

                   XYZ      20

 

Both input files are different from each other with different schema, but same number of rows.

I want to have two different columns in one file. Can this be possible? How to implement this? Can anyone help me out?

 

Thanks,

Meghana.

                     

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Use Numeric.sequence to add a sequential number for each input flow then join them using this field as the key

View solution in original post

2 Replies
TRF
Champion II
Champion II

Use Numeric.sequence to add a sequential number for each input flow then join them using this field as the key
TRF
Champion II
Champion II

Did this help?

If so, thanks to mark your case as solved (Kudos also accepted as a bonus).