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.
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]);
Hi Todd,
can you upload your xls?
Andy
attached
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]);