Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I need to load multiple files from a folder (all files have the same structure).
Each files shows the sales on each month of the year. Inside the file the sales are shown as the below table.
Example: July.xls
Can anybody guide me on how to load this information, since I have to load at least 5 years of sales.
Thank you.
Best regards
You can use a FOR EACH vFile in FILELIST('*.xls') ... NEXT
to iterate over all your files in the folder.
Then LOAD your data, maybe transform the tables using
The Crosstable Load