<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cookbooks on Lucille</title><link>https://kmwtechnology.github.io/lucille/docs-0.8.0/getting-started/cookbooks/</link><description>Recent content in Cookbooks on Lucille</description><generator>Hugo</generator><language>en</language><atom:link href="https://kmwtechnology.github.io/lucille/docs-0.8.0/getting-started/cookbooks/index.xml" rel="self" type="application/rss+xml"/><item><title>RSS Cookbook</title><link>https://kmwtechnology.github.io/lucille/docs-0.8.0/getting-started/cookbooks/rss_cookbook/</link><pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate><guid>https://kmwtechnology.github.io/lucille/docs-0.8.0/getting-started/cookbooks/rss_cookbook/</guid><description>&lt;h3 id="rss-to-csv"&gt;RSS to CSV&lt;/h3&gt;
&lt;p&gt;Let&amp;rsquo;s say we wanted to read from an RSS feed into a CSV using Lucille. We can set this up in the following manner:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a .conf file to configure Lucille&lt;/li&gt;
&lt;li&gt;Specify the RSS connector in the connectors section of the config:&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-hocon" data-lang="hocon"&gt;connectors: [
 {
 name: &amp;#34;RSSConnector&amp;#34;
 pipeline: &amp;#34;rssPipeline&amp;#34;
 class: &amp;#34;com.kmwllc.lucille.connector.RSSConnector&amp;#34;
 rssURL: &amp;#34;https://www.cnbc.com/id/15837362/device/rss/rss.html&amp;#34;
 }
]
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;There are a few additional configuration options that we won&amp;rsquo;t use here, but are useful:&lt;/p&gt;</description></item></channel></rss>