Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Extracting Data from Web Feed

Hi All,

I am having some trouble trying to load data into Qlikview from an RSS web feed.

The issue I am having is how to pass in the Username and Password credentials.  Currenty my code looks like this:

Table1:
LOAD * FROM
[https://website URL]
(txt, codepage is 1252, no labels, delimiter is ';', msq);

Where in this code would I pass in the credentials?

Any help is very much appreciated.

Thanks


Stuart

0 Replies