Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
I have a workbook that has 3 different sheets where information in each sheet (column headers) are the same, but the data is different. I want to load all three into the same table. How do I do this without joining on all the fields.
 maxgro
		
			maxgro
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		table:
LOAD *
FROM
[Multiple worksheet.xlsx]
(ooxml, embedded labels, table is [2015 EFD]);
concatenate (table)
load *
FROM
[Multiple worksheet.xlsx]
(ooxml, embedded labels, table is Active);
concatenate (table)
load *
FROM
[Multiple worksheet.xlsx]
(ooxml, embedded labels, table is [EFD History]);
 
					
				
		
 awhitfield
		
			awhitfield
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Todd,
can you upload your xls?
Andy
 
					
				
		
attached
 maxgro
		
			maxgro
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		table:
LOAD *
FROM
[Multiple worksheet.xlsx]
(ooxml, embedded labels, table is [2015 EFD]);
concatenate (table)
load *
FROM
[Multiple worksheet.xlsx]
(ooxml, embedded labels, table is Active);
concatenate (table)
load *
FROM
[Multiple worksheet.xlsx]
(ooxml, embedded labels, table is [EFD History]);
