Reading an RSS Feed
RSS (Really Simple Syndication) feeds allow websites to provide a structured listing of content that can be parsed out across various tools such as news aggregators, social sites, and so on. RSS feeds are created using a specialized XML format that makes it easy to parse through.
Getting ready
For this recipe, we will be using an RSS feed from Packt Publication's website which shows the latest news and releases. The feed is available at https://www.packtpub.com/rss.xml.
Take a moment and look through the feed by opening the link in a browser to get familiar with the data before going through the recipe. You can also save a copy of the page and view the XML structure.
How to do it...
Perform the following steps:
Create a new transformation.
From the Input section, select an RSS Input step and add it to the canvas.
Open the RSS Input step. In the URL List section, add the following URL: https://www.packtpub.com/rss.xml.
Switch to the Fields tab and click on the Get Fields button...