Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

loading all sheets from single excel file

Hi,

I want to load all sheets from Excel files and store .csv files in a seperate folder.The naming convention should be the First three charactors of the excel file followed by the sheet name.

Say for example, there is a excel file FIN_SCH_Revenue.It contains 10 sheets(tables).

I want to store all the sheets as .csv files with the naming convention like FIN_sheet1.csv..

How to write script for this?

Thanks,

Buvana

1 Solution

Accepted Solutions
spsrk_84
Creator III
Creator III

Hi,

In QlikView there are few built functions like $filepath,filename use those functions and as you need the first three letters only use LEFT function with a condition like LEFT($filename,3)

Regards,

Ajay

View solution in original post

2 Replies
spsrk_84
Creator III
Creator III

Hi,

In QlikView there are few built functions like $filepath,filename use those functions and as you need the first three letters only use LEFT function with a condition like LEFT($filename,3)

Regards,

Ajay

Not applicable
Author

Hi Ajay,

I am new to Qlikview.Can you explain in detail?I am aware of those fns.can you explain little bit.

Thanks