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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
dinicholls
Creator II
Creator II

Loading files - Removing bits!

Hi,

I have a bunch of files that I need to load on a daily basis. This isn't a problem, as they are all basically the same, bar the ending.

My question is, how can I remove the digits on the end so QlikView will load the file and I don't have to keep changing the numbers each day?

Here's an example of the file name, the numbers in bold being the bit I need to remove!

MI_029_ADT_LDM_Due_280119.csv

Thanks

Di

 

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable

load MI_029_ADT_LDM_Due*.csv

or

load MI_029_ADT_LDM_Due_??????.csv if you want 6 characters and not more

View solution in original post

2 Replies
Anonymous
Not applicable

load MI_029_ADT_LDM_Due*.csv

or

load MI_029_ADT_LDM_Due_??????.csv if you want 6 characters and not more

dinicholls
Creator II
Creator II
Author

Doh!

That easy?!

I'll give it a go!

Thanks!