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 ?
I contacted talend directly and the tRssInput only support the public feed.
I will use the tRssClient component and fetch all the rows and filter them. Not optimal. But it's working.