Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,How to Load an Excel data source which is having multiple sheets in a single Excel data source.
All Regions Tab in data source has same set of data i.e., column names and Fields are same we can concatenate as a single Sheet and need help on these.
Hai Swethasmilek
Rename the Four Sheets as A1,A2,A3,A4 then in script pane write the below code
FOR VCOUNT=1 TO 4
LOAD [Address Number],
[Business Family],
[Business Unit],
Customer,
[Customer Number],
[Customer Type],
Division,
[Line of Business],
Phone,
[Region Code],
[Regional Sales Mgr],
[Search Type]
FROM
(ooxml, embedded labels, table is A$(VCOUNT));
NEXT
It was given by Business People it cant be renamed.other then renaming can you help on variables with loop