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

[resolved] Problems with tFileFetch

I have problems with tFileFetch.

My job looks like this: tFileFetch > tFileInputDelimited > tLogRow, but it generates an error.

Why?


0683p000009MFpa.png0683p000009MFyb.png

Labels (2)
2 Replies
JR1
Creator III
Creator III

Please use the correct URI. In your case it is "https://www.laenderdaten.info/downloads/countries.csv". The error occurs because your URI "https://www.laenderdaten.info/download/countries.csv" is being redirected to the correct one by the server. This is what the HTTP error code 302 means. 

That's why.
Anonymous
Not applicable
Author

That solved my problem, thank you!