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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
chrisg
Creator III
Creator III

detect wrong filename

Hi,

i would like to LOAD all files from a directory. But only the FILES which has the right Name (e.g. Beginns with "INPUTFILE......xls") of how can i detect 'wrong' filenames?

How can i code this in a the Loadscript

Thx

Christoph

Do or Do Not. There is no try!
1 Reply
Not applicable

LOAD *
FROM (biff, embedded labels, table is Sheet1$);