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: 
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!