Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have excel files stored in a folder(similar kind of data on monthly). now i want to read all these files in to a qvd
How can i acheive this
Thankz in advance
Just load all excel files
like
table:
load
xl1;
concatentae
load
xl2;
concatenate
load xl3;
store table into c:\....\xl.qvd;
Hi,
Load Concatenate this excel file with existing qvd and then store it.
MyTable:
LOAD * from
STORE MyTable into MyTable.qvd;