<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: convert snowflake schema into star schema in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008175#M975820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not necessarily so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In &lt;A href="https://en.wikipedia.org/wiki/Computing" title="Computing"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;computing&lt;/SPAN&gt;&lt;/A&gt;, a &lt;STRONG&gt;snowflake schema&lt;/STRONG&gt; is a &lt;A href="https://en.wikipedia.org/wiki/Logical_schema" title="Logical schema"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;logical arrangement&lt;/SPAN&gt;&lt;/A&gt; of tables in a &lt;A class="mw-redirect" href="https://en.wikipedia.org/wiki/Multidimensional_database" title="Multidimensional database"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;multidimensional database&lt;/SPAN&gt;&lt;/A&gt; such that the &lt;A class="mw-redirect" href="https://en.wikipedia.org/wiki/Entity-relationship_model" title="Entity-relationship model"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;entity relationship&lt;/SPAN&gt;&lt;/A&gt; diagram resembles a &lt;A href="https://en.wikipedia.org/wiki/Snowflake" title="Snowflake"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;snowflake&lt;/SPAN&gt;&lt;/A&gt; shape. The snowflake schema is represented by centralized &lt;A href="https://en.wikipedia.org/wiki/Fact_table" title="Fact table"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;fact tables&lt;/SPAN&gt;&lt;/A&gt; which are connected to multiple &lt;A href="https://en.wikipedia.org/wiki/Dimension_(data_warehouse)" title="Dimension (data warehouse)"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;dimensions&lt;/SPAN&gt;&lt;/A&gt;.&lt;SUP class="Inline-Template Template-Fact noprint"&gt;&lt;SPAN style="font-size: 10pt;"&gt;[&lt;EM&gt;&lt;A href="https://en.wikipedia.org/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;citation needed&lt;/SPAN&gt;&lt;/A&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;]&lt;/SPAN&gt;&lt;/SUP&gt;. "Snowflaking" is a method of normalising the dimension tables in a &lt;A href="https://en.wikipedia.org/wiki/Star_schema" title="Star schema"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;star schema&lt;/SPAN&gt;&lt;/A&gt;. When it is completely normalised along all the dimension tables, the resultant structure resembles a snowflake with the &lt;A href="https://en.wikipedia.org/wiki/Fact_table" title="Fact table"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;fact table&lt;/SPAN&gt;&lt;/A&gt; in the middle. The principle behind snowflaking is normalisation of the dimension tables by removing low cardinality attributes and forming separate tables.&lt;SUP class="reference"&gt;&lt;A href="https://en.wikipedia.org/wiki/Snowflake_schema#cite_note-1"&gt;&lt;SPAN style="color: #0066cc; font-size: 10pt; text-decoration: underline;"&gt;[1]&lt;/SPAN&gt;&lt;/A&gt;&lt;/SUP&gt;&lt;/P&gt;&lt;P&gt;The snowflake schema is similar to the &lt;A href="https://en.wikipedia.org/wiki/Star_schema" title="Star schema"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;star schema&lt;/SPAN&gt;&lt;/A&gt;. However, in the snowflake schema, dimensions are &lt;A class="mw-redirect" href="https://en.wikipedia.org/wiki/Normalization_(database)" title="Normalization (database)"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;normalized&lt;/SPAN&gt;&lt;/A&gt; into multiple related tables, whereas the star schema's dimensions are denormalized with each dimension represented by a single table. A complex snowflake shape emerges when the dimensions of a snowflake schema are elaborate, having multiple levels of relationships, and the child tables have multiple parent tables ("forks in the road").&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2016 12:10:20 GMT</pubDate>
    <dc:creator>awhitfield</dc:creator>
    <dc:date>2016-04-19T12:10:20Z</dc:date>
    <item>
      <title>convert snowflake schema into star schema</title>
      <link>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008169#M975814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following schema &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sans titre.png" class="jive-image image-1" src="/legacyfs/online/97160_Sans titre.png" style="height: 276px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The fact table is Vente .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code of loading dimensions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//----------------------Article-----------------------&lt;/P&gt;&lt;P&gt;Article:&lt;/P&gt;&lt;P&gt;LOAD "Code Article",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Libellé Article ",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Unité de Stock ";&lt;/P&gt;&lt;P&gt;SQL SELECT "Code Article",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Libellé Article ",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Unité de Stock "&lt;/P&gt;&lt;P&gt;FROM QlikDataWarehouseTest.dbo.Article;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//--------------------Assortiment---------------------&lt;/P&gt;&lt;P&gt;Assortiment:&lt;/P&gt;&lt;P&gt;LOAD "Code Article",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Code Fournisseur";&lt;/P&gt;&lt;P&gt;SQL SELECT "Code Article",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Code Fournisseur"&lt;/P&gt;&lt;P&gt;FROM QlikDataWarehouseTest.dbo.Assortiment;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//--------------------Fournisseur---------------------&lt;/P&gt;&lt;P&gt;Fournisseur:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD "Code Fournisseur",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Libellé Fournisseur",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ville;&lt;/P&gt;&lt;P&gt;SQL SELECT "Code Fournisseur",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Libellé Fournisseur",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ville&lt;/P&gt;&lt;P&gt;FROM QlikDataWarehouseTest.dbo.Fournisseurs;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//--------------------Reference---------------------&lt;/P&gt;&lt;P&gt;Reference:&lt;/P&gt;&lt;P&gt;LOAD "Code Reference",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Code Article";&lt;/P&gt;&lt;P&gt;SQL SELECT "Code Reference",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Code Article"&lt;/P&gt;&lt;P&gt;FROM QlikDataWarehouseTest.dbo.Reference;&lt;/P&gt;&lt;P&gt;//--------------------OC---------------------&lt;/P&gt;&lt;P&gt;OC:&lt;/P&gt;&lt;P&gt;LOAD [OC1],[Code Article], [INSERTION],[Site] ;&lt;/P&gt;&lt;P&gt;SQL SELECT distinct&amp;nbsp; [OC] as OC1 ,[Code Article], [INSERTION] ,[Site]&lt;/P&gt;&lt;P&gt;FROM [QlikDataWarehouseTest].[dbo].[OC Geant]&lt;/P&gt;&lt;P&gt;WHERE [Code Article] IS NOT NULL &lt;/P&gt;&lt;P&gt;UNION ALL &lt;/P&gt;&lt;P&gt;SELECT distinct&amp;nbsp; [OC] as OC1 ,[Code Article], [INSERTION] ,[Site]&lt;/P&gt;&lt;P&gt;FROM [QlikDataWarehouseTest].[dbo].[OC MPX]&lt;/P&gt;&lt;P&gt;WHERE [Code Article] IS NOT NULL ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change snowflake schema into star schema to improve performance ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 11:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008169#M975814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-27T11:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: convert snowflake schema into star schema</title>
      <link>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008170#M975815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merging Fournisseur to Assortiment should turn your snowflake into a star schema. But note that only because it is a star schema doesn't make it more performant than the snowflake.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 12:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008170#M975815</guid>
      <dc:creator>quwok</dc:creator>
      <dc:date>2015-08-27T12:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: convert snowflake schema into star schema</title>
      <link>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008171#M975816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am also facing issue when converting from Snowflake Schema into Star Schema.&lt;/P&gt;&lt;P&gt;can any one explain how to convert?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khasim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 11:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008171#M975816</guid>
      <dc:creator>khasimvali85</dc:creator>
      <dc:date>2016-04-19T11:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: convert snowflake schema into star schema</title>
      <link>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008172#M975817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The main difference between a star and snowflake schema is that a star has only one fact table with many dimensional tables around it.&amp;nbsp; A snowflake schema has more than one fact table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you want to convert your snowflake to a star you need to combine your fact tables by concatenating or joining them &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 11:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008172#M975817</guid>
      <dc:creator />
      <dc:date>2016-04-19T11:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: convert snowflake schema into star schema</title>
      <link>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008173#M975818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But &lt;EM style="text-decoration: underline;"&gt;why&lt;/EM&gt; do you want to convert to a star schema? In most cases the performance difference is non-existent or negligible. &lt;/P&gt;&lt;P&gt;And having a snowflake scheme is usually a better option when it comes to manageability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;A href="https://community.qlik.com/qlik-blogpost/4039"&gt;A Myth about the Number of Hops&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 12:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008173#M975818</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-04-19T12:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: convert snowflake schema into star schema</title>
      <link>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008174#M975819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really wouldn't bother, you model is fine as it is! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 12:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008174#M975819</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-04-19T12:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: convert snowflake schema into star schema</title>
      <link>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008175#M975820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not necessarily so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In &lt;A href="https://en.wikipedia.org/wiki/Computing" title="Computing"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;computing&lt;/SPAN&gt;&lt;/A&gt;, a &lt;STRONG&gt;snowflake schema&lt;/STRONG&gt; is a &lt;A href="https://en.wikipedia.org/wiki/Logical_schema" title="Logical schema"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;logical arrangement&lt;/SPAN&gt;&lt;/A&gt; of tables in a &lt;A class="mw-redirect" href="https://en.wikipedia.org/wiki/Multidimensional_database" title="Multidimensional database"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;multidimensional database&lt;/SPAN&gt;&lt;/A&gt; such that the &lt;A class="mw-redirect" href="https://en.wikipedia.org/wiki/Entity-relationship_model" title="Entity-relationship model"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;entity relationship&lt;/SPAN&gt;&lt;/A&gt; diagram resembles a &lt;A href="https://en.wikipedia.org/wiki/Snowflake" title="Snowflake"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;snowflake&lt;/SPAN&gt;&lt;/A&gt; shape. The snowflake schema is represented by centralized &lt;A href="https://en.wikipedia.org/wiki/Fact_table" title="Fact table"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;fact tables&lt;/SPAN&gt;&lt;/A&gt; which are connected to multiple &lt;A href="https://en.wikipedia.org/wiki/Dimension_(data_warehouse)" title="Dimension (data warehouse)"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;dimensions&lt;/SPAN&gt;&lt;/A&gt;.&lt;SUP class="Inline-Template Template-Fact noprint"&gt;&lt;SPAN style="font-size: 10pt;"&gt;[&lt;EM&gt;&lt;A href="https://en.wikipedia.org/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;citation needed&lt;/SPAN&gt;&lt;/A&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;]&lt;/SPAN&gt;&lt;/SUP&gt;. "Snowflaking" is a method of normalising the dimension tables in a &lt;A href="https://en.wikipedia.org/wiki/Star_schema" title="Star schema"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;star schema&lt;/SPAN&gt;&lt;/A&gt;. When it is completely normalised along all the dimension tables, the resultant structure resembles a snowflake with the &lt;A href="https://en.wikipedia.org/wiki/Fact_table" title="Fact table"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;fact table&lt;/SPAN&gt;&lt;/A&gt; in the middle. The principle behind snowflaking is normalisation of the dimension tables by removing low cardinality attributes and forming separate tables.&lt;SUP class="reference"&gt;&lt;A href="https://en.wikipedia.org/wiki/Snowflake_schema#cite_note-1"&gt;&lt;SPAN style="color: #0066cc; font-size: 10pt; text-decoration: underline;"&gt;[1]&lt;/SPAN&gt;&lt;/A&gt;&lt;/SUP&gt;&lt;/P&gt;&lt;P&gt;The snowflake schema is similar to the &lt;A href="https://en.wikipedia.org/wiki/Star_schema" title="Star schema"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;star schema&lt;/SPAN&gt;&lt;/A&gt;. However, in the snowflake schema, dimensions are &lt;A class="mw-redirect" href="https://en.wikipedia.org/wiki/Normalization_(database)" title="Normalization (database)"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;normalized&lt;/SPAN&gt;&lt;/A&gt; into multiple related tables, whereas the star schema's dimensions are denormalized with each dimension represented by a single table. A complex snowflake shape emerges when the dimensions of a snowflake schema are elaborate, having multiple levels of relationships, and the child tables have multiple parent tables ("forks in the road").&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 12:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008175#M975820</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-04-19T12:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: convert snowflake schema into star schema</title>
      <link>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008176#M975821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaweher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Chris advised, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The main difference between a star and snowflake schema is that a star has only one fact table with many dimensional tables around it.&amp;nbsp; A snowflake schema has more than one fact table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your scenario, you will need to create single fact table with the dimension surround to it.&lt;/P&gt;&lt;P&gt;You can concatenate or you can use join the different table into the single on basis of Primary key between those table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 12:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-snowflake-schema-into-star-schema/m-p/1008176#M975821</guid>
      <dc:creator>Mahamed_Qlik</dc:creator>
      <dc:date>2016-04-19T12:11:15Z</dc:date>
    </item>
  </channel>
</rss>

