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: 
Not applicable

[Qlikview Script] Select * in FTP

Hi all,

I connect qlikview to some FTP to load some csv files.

The format is       Export_Comptage_201609221246.csv

                          Export_Comptage_201609231246.csv

                         etc..

I would like to load with a * but it don't seems to work.

FROM

[ftp://ftp.XXXXXX:XXXXXXXX@XX;XXXXXXXX.com/Comptages/Export_Comptage_*.csv]

(txt, codepage is 1252, no labels, delimiter is ';', msq);

Do i miss something ? (the X are here for security reason of course, the connection works when i put the exact name of one file)

Thank you

3 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

I don't think the FTP protocol supports wildcards at this level...

Not applicable
Author

So any ideas how to handle this ?