<?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 Common Script to Concatenate similar QVDs from same folder? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776731#M275337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a common folder, where I have multiple QVDs in this format: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Fact1_Jan14, Fact1_Feb14, Fact1_Mar14.......Fact1_Dec14.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Fact2_Jan14, Fact2_Feb14, Fact2_Mar14.......Fact2_Dec14.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Fact3_Jan14, Fact3_Feb14, Fact3_Mar14.......Fact3_Dec14.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Fact4_Jan14, Fact4_Feb14, Fact4_Mar14.......Fact4_Dec14.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I can concatenate each set of QVDs and store into respective QVDs (Fact1, Fact2, Fact3, Fact4) writing 4 scripts like below (This is for Fact 1 and similar for rest Facts):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;FOR&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;EACH&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;vFile&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;FileList&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;('$(vMonthQVDPath)\Fact1_*.qvd')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;Fact1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; * &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;$(vFile)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;NEXT&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;vFile&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; ;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Store&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;Fact1 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;$(vMonthQVDPath)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;\&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;Fact1&lt;/SPAN&gt;.qvd;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;Fact1&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 13.3333330154419px; font-family: 'Courier New';"&gt;&lt;STRONG style="color: #ff0000;"&gt;But wanted a help, instead of writing different scripts for different facts, if we can have a common script which will recognize the similar QVDs and will concatenate into respective final QVDs (Fact1.qvd, Fact2.qvd, Fact3.qvd, Fact4.qvd)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: #ff0000;"&gt;Could someone please help here?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;Regards!!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 01:12:54 GMT</pubDate>
    <dc:creator>dmohanty</dc:creator>
    <dc:date>2015-01-28T01:12:54Z</dc:date>
    <item>
      <title>Common Script to Concatenate similar QVDs from same folder?</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776731#M275337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a common folder, where I have multiple QVDs in this format: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Fact1_Jan14, Fact1_Feb14, Fact1_Mar14.......Fact1_Dec14.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Fact2_Jan14, Fact2_Feb14, Fact2_Mar14.......Fact2_Dec14.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Fact3_Jan14, Fact3_Feb14, Fact3_Mar14.......Fact3_Dec14.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Fact4_Jan14, Fact4_Feb14, Fact4_Mar14.......Fact4_Dec14.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I can concatenate each set of QVDs and store into respective QVDs (Fact1, Fact2, Fact3, Fact4) writing 4 scripts like below (This is for Fact 1 and similar for rest Facts):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;FOR&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;EACH&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;vFile&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;FileList&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;('$(vMonthQVDPath)\Fact1_*.qvd')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;Fact1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; * &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;$(vFile)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;NEXT&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;vFile&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; ;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Store&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;Fact1 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;into&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;$(vMonthQVDPath)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;\&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;Fact1&lt;/SPAN&gt;.qvd;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;Fact1&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 13.3333330154419px; font-family: 'Courier New';"&gt;&lt;STRONG style="color: #ff0000;"&gt;But wanted a help, instead of writing different scripts for different facts, if we can have a common script which will recognize the similar QVDs and will concatenate into respective final QVDs (Fact1.qvd, Fact2.qvd, Fact3.qvd, Fact4.qvd)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;STRONG style="color: #ff0000;"&gt;Could someone please help here?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;Regards!!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 01:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776731#M275337</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-01-28T01:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Common Script to Concatenate similar QVDs from same folder?</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776732#M275338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This short script should work, if I got your requirement right:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 1 to 4&lt;/P&gt;&lt;P&gt; Fact$(i):&lt;BR /&gt; LOAD * FROM $(vMonthQVDPath)\Fact$(i)_*.qvd;&lt;BR /&gt; Store Fact$(i) into $(vMonthQVDPath)\Fact$(i).qvd;&lt;BR /&gt; Drop Table Fact$(i);&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 01:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776732#M275338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-28T01:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Common Script to Concatenate similar QVDs from same folder?</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776733#M275339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Michael for quick help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here I have multiple sets (not 4) and also the name is not Fact* for all sets. They can be anything like XYZ, ABC, MNO etc etc. The above was just an example. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;So, it seems impossible for me to use them as Fact$(i).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further help please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 01:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776733#M275339</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-01-28T01:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Common Script to Concatenate similar QVDs from same folder?</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776734#M275340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide a more representative example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 13:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776734#M275340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-28T13:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Common Script to Concatenate similar QVDs from same folder?</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776735#M275341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a wildcard to load all the qvd's in the folder that start with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&lt;EM&gt;Fact1&lt;/EM&gt;,&amp;nbsp; The code will below will concatenate them all into table &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;Fact1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;Fact1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&lt;EM&gt;Fact1&lt;/EM&gt;*.qvd&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 14:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776735#M275341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-28T14:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Common Script to Concatenate similar QVDs from same folder?</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776736#M275342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the structure of the file name always the same ?&lt;/P&gt;&lt;P&gt;example: &amp;lt;XXX&amp;gt;&amp;lt;n&amp;gt;_&amp;lt;Mon&amp;gt;&amp;lt;YY&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 14:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776736#M275342</guid>
      <dc:creator>jmmayoral3</dc:creator>
      <dc:date>2015-01-28T14:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Common Script to Concatenate similar QVDs from same folder?</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776737#M275343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;--------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIRECTORY &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;$(vMonthQVDPath)&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Load all "qvd" existing files in a directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; for each File in filelist ('*.qvd') // Reads all files in directory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table_filenames_Aux:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load distinct filebasename('$(File)') as File_name1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(filebasename('$(File)'),index(filebasename('$(File)'),'_')-1) as File_Type,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mid(filebasename('$(File)'),index(filebasename('$(File)'),'_')+1) as File_MonYY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From $(File) (QVD);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; next File;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FileType_List:&lt;/P&gt;&lt;P&gt; LOAD&amp;nbsp; concat(distinct chr(39)&amp;amp;File_Type&amp;amp;chr(39),',') as File_Type_List &lt;/P&gt;&lt;P&gt; RESIDENT Table_filenames_Aux; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vFileTypeList = peek('File_Type_List',0,'FileType_List');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Table_filenames_Aux, FileType_List;&lt;/P&gt;&lt;P&gt;For each vFileType in $(vFileTypeList)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vFileType):&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM $(vFileType)_*.qvd (qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store $(vFileType) into $(vFileType).qvd (QVD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Drop&amp;nbsp; table $(vFileType);&lt;/P&gt;&lt;P&gt;next&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 16:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776737#M275343</guid>
      <dc:creator>jmmayoral3</dc:creator>
      <dc:date>2015-01-28T16:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Common Script to Concatenate similar QVDs from same folder?</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776738#M275344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the confusion. As requested, I am elaborating a bit more:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Set of Monthly QVDs (Some months may be missing as we may not have data for that month):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table ABC is split into:&amp;nbsp; ABC_Jan14.qvd, ABC_Feb14.qvd, ABC_Mar14.......ABC_Dec14.qvd.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Table MNO &lt;SPAN style="font-size: 13.3333330154419px;"&gt;is split into&lt;/SPAN&gt;:&amp;nbsp; &lt;/SPAN&gt;MNO_Jan14.qvd, MNO_Feb14, MNO_Mar14.......MNO_Dec14.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Table PQR&lt;SPAN style="font-size: 13.3333330154419px;"&gt; is split into&lt;/SPAN&gt;:&amp;nbsp; &lt;/SPAN&gt;PQR_Jan14, PQR_Feb14, PQR_Mar14.......PQR_Dec14.qvd.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Table XYZ&lt;SPAN style="font-size: 13.3333330154419px;"&gt; is split into&lt;/SPAN&gt;:&amp;nbsp; &lt;/SPAN&gt;XYZ_Jan14.qvd, XYZ_Feb14, XYZ_Mar14.......XYZ_Dec14.qvd.&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;and many more Fact tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can concatenate the by writing script for individual table, citing the Table name (as shown in script in my original post).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of writing multiple scripts, wanted&lt;STRONG&gt; if we can do all in a single script&lt;/STRONG&gt; so that the respective QVDs are merged into single respective QVDs as ABC.qvd, MNO.qvd, PQR.qvd , XYZ.qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 21:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776738#M275344</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-01-28T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Common Script to Concatenate similar QVDs from same folder?</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776739#M275345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what &lt;A href="https://community.qlik.com/qlik-users/40576"&gt;jmmayoral2&lt;/A&gt; assumed, and he provided a solution as well.&amp;nbsp; My previous script is a small part at the end, loop through the values ABC, MNO, etc.&amp;nbsp; The script before that is to extract these vales and create a variable, thus preparing for the loop.&lt;BR /&gt;(Small note: I don't see a need for NoConcatenate here because tables are dropped at the end of each cycle)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 21:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776739#M275345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-28T21:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Common Script to Concatenate similar QVDs from same folder?</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776740#M275346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael .&lt;/P&gt;&lt;P&gt;you are right&lt;/P&gt;&lt;P&gt;Nonconcatenate is not necessary. I did a test and I forgot to erase it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 08:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776740#M275346</guid>
      <dc:creator>jmmayoral3</dc:creator>
      <dc:date>2015-01-29T08:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Common Script to Concatenate similar QVDs from same folder?</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776741#M275347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am coming back to you again at this question (as I didn't realized then), the structure of the File Name is not same always.&lt;/P&gt;&lt;P&gt;I am directly giving you some three names of QVDs here to understand better:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. PURCH_ORDER_ITEM_FACT_Jan 2015 (similar for rest of months)&amp;nbsp;&amp;nbsp; //// &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;File_Type has to be &lt;SPAN style="font-size: 13.3333330154419px;"&gt;PURCH_ORDER_ITEM_FACT&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. VENDOR_CONFIRM_FACT_Jan 2015 (similar for rest of months)&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt; //// &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;File_Type has to be &lt;SPAN style="font-size: 13.3333330154419px;"&gt;VENDOR_CONFIRM_FACT&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. POH_FACT_Jan 2015 (similar for rest of months)&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;//// &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;File_Type has to be &lt;SPAN style="font-size: 13.3333330154419px;"&gt; POH_FACT&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I believe the below script must be changed a bit to get the correct Field Names here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load distinct filebasename('$(File)') as File_name1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(filebasename('$(File)'),index(filebasename('$(File)'),'_')-1) as File_Type,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mid(filebasename('$(File)'),index(filebasename('$(File)'),'_')+1) as File_MonYY&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From $(File) (QVD);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Could you please help more on this???? &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 18:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776741#M275347</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-02-06T18:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Common Script to Concatenate similar QVDs from same folder?</title>
      <link>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776742#M275348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have always&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _&amp;lt;Mon&amp;gt;' '&amp;lt;YYYY&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at the end of the file name, then you have always 9 characters and you can play with them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load distinct filebasename('$(File)') as File_name1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(filebasename('$(File)'),len(filebasename('$(File)')-9) as File_Type,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right(filebasename('$(File)'),8) as File_MonYY&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;From $(File) (QVD);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 10:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Common-Script-to-Concatenate-similar-QVDs-from-same-folder/m-p/776742#M275348</guid>
      <dc:creator>jmmayoral3</dc:creator>
      <dc:date>2015-02-09T10:10:28Z</dc:date>
    </item>
  </channel>
</rss>

