Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Loading multiple excel files by incrementing the months

Hello

I need to load multiple excel files . The files are named exactly the same with the only difference being that the month is incremented. eg.

H2H and FLU Low Level MI - Mar 2015.xlsx..So for subsequent months it becomes the following and so on till 2016 April.

H2H and FLU Low Level MI - Apr 2015.xlsx'

H2H and FLU Low Level MI - May 2015.xlsx'

H2H and FLU Low Level MI - Jun 2015.xlsx'

Is there a way to use a loop and increment the months it make it easier?

1 Solution

Accepted Solutions
sunny_talwar

Then may be this:

LOAD

FROM

[H2H and FLU Low Level MI - *.xlsx];

View solution in original post

6 Replies
Anonymous
Not applicable
Author

I need this to be incremented till 2016

sunny_talwar

Then may be this:

LOAD

FROM

[H2H and FLU Low Level MI - *.xlsx];

Anonymous
Not applicable
Author

Thanks Sunny. This worked but for some reason it has not picked up the April 2015 and March 2016 is not getting picked . would you know the reasons ?

sunny_talwar

Difficult to say, but you can try this. Also make sure File Type is XSLX

LOAD

FROM

[H2H and FLU Low Level MI*.xlsx];

Anonymous
Not applicable
Author

Thanks Sunny. It worked as some of it were xls. I have changed the file formats..