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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to load multiple files present in folder from FTP

Hi all,

i want to upload multiple files present in a folder on FTP, But when I am implementing the same I am getting an error

paint1files.pngpaint2.pngpaint3.pngpaint4.png

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

The FTP protocol supports neither wildcard loading nor FileList enumeration (for each .. in filelist()), so you have to work around these limitations. One option is to create a scheduled batch file that copies the files from the FTP site to a local drive using an FTP client program, and then load the files normally. Another is to use the FTP client to create a text file with the directory listing from the FTP site and loop over the text file to load the files.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable
Author

So, can i load all the files one below another as format of the file is same and even the number of columns are same ?