Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
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 below
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 below