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: 
Careau
Contributor
Contributor

tRssInput with authentification to query an atomfeed

Hi

I have to retrieve feed from an atomfeed in oracle fusion using Talend.

I added a tRssInput component to my job. I can paste the URL of my feed. But since the feed is private to my organisation, I need to pass my authentication.

But the component don't have any param to enter the authentication.

Am I using the right component ?

is the tRssClient support private rss feed ?

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello @Guy Careau​ ,

Unfortunately, tRssInput doesn't support private rss feed.

As a workaround, you can use another component tHttpRequest with GET method , check the 'Need authentication' box to setup the username/password, or setup the Header param "Authentication" value (it depends on your Rss URL authentication) then use tExtractXMLField to extact the title/description ... , like the below0695b00000htLyUAAU.png 

View solution in original post

1 Reply
Anonymous
Not applicable

Hello @Guy Careau​ ,

Unfortunately, tRssInput doesn't support private rss feed.

As a workaround, you can use another component tHttpRequest with GET method , check the 'Need authentication' box to setup the username/password, or setup the Header param "Authentication" value (it depends on your Rss URL authentication) then use tExtractXMLField to extact the title/description ... , like the below0695b00000htLyUAAU.png