<?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: Script prob in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919005#M985973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hey,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I have used like:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Load CityId,&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Cityname,&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;CountryCode&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;from abc.qvd ;&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load * resident Table1 where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px; background-color: #edf8ca;"&gt;CountryCode = Match(CountryCode, 'US', 'CA') ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Is this also ryt ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 07:18:42 GMT</pubDate>
    <dc:creator>nikhilgarg</dc:creator>
    <dc:date>2015-07-29T07:18:42Z</dc:date>
    <item>
      <title>Script prob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-prob/m-p/918998#M985966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;My script is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load CityId,&lt;/P&gt;&lt;P&gt;Cityname&lt;/P&gt;&lt;P&gt;CountryCode&lt;/P&gt;&lt;P&gt;from abc.qvd ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to apply condn where Country Code = US and CA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I applied like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load CityId,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Cityname&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;CountryCode&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;from abc.qvd&amp;nbsp; where &lt;SPAN style="font-size: 13.3333330154419px;"&gt;CountryCode = {'US' , 'CA'}&lt;/SPAN&gt; ;&amp;nbsp; but giving error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 06:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-prob/m-p/918998#M985966</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-29T06:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script prob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-prob/m-p/918999#M985967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;Load CityId,&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;Cityname,&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;CountryCode&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;from abc.qvd&amp;nbsp; where &lt;STRONG&gt;Match&lt;/STRONG&gt;(&lt;SPAN style="font-size: 13.33px;"&gt;CountryCode, 'US' , 'CA')&lt;/SPAN&gt; ;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;Edit: Corrected a comma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 06:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-prob/m-p/918999#M985967</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-29T06:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script prob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919000#M985968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;Load CityId,&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;Cityname&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;CountryCode&lt;/P&gt;&lt;P style="font-size: 13.33px;"&gt;from abc.qvd&amp;nbsp; where Match(&lt;SPAN style="font-size: 13.33px;"&gt;CountryCode ,'US' , 'CA')&lt;/SPAN&gt; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 06:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919000#M985968</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2015-07-29T06:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Script prob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919001#M985969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; try this &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;Load CityId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Cityname,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CountryCode&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from abc.qvd&amp;nbsp; where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px;"&gt;CountryCode='US' and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px;"&gt;CountryCode='CA'&lt;/SPAN&gt;&lt;/SPAN&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;OR&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 CityId,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Cityname,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CountryCode&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from abc.qvd&amp;nbsp; where Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px;"&gt;CountryCode,'US' ,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px;"&gt;'CA')&lt;/SPAN&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 06:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919001#M985969</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-07-29T06:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Script prob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919002#M985970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Where Match (CountryCode,'US','CA') ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 06:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919002#M985970</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2015-07-29T06:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Script prob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919003#M985971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Use like this:&lt;/P&gt;&lt;P&gt;LOAD CITYID,&lt;/P&gt;&lt;P&gt;CITYNAME,&lt;/P&gt;&lt;P&gt;COUNTRYCODE&lt;/P&gt;&lt;P&gt;FROM ABC.QVD&amp;nbsp; WHERE MATCH(COUNTRYCODE,'US' ,'CA');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 06:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919003#M985971</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-29T06:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Script prob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919004#M985972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I have used like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Load CityId,&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Cityname,&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;CountryCode&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;from abc.qvd ;&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load * resident Table1 where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px; background-color: #edf8ca;"&gt;CountryCode = Match(CountryCode, 'US', 'CA') ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this also ryt ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 07:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919004#M985972</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-29T07:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Script prob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919005#M985973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hey,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I have used like:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Load CityId,&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Cityname,&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;CountryCode&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;from abc.qvd ;&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load * resident Table1 where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px; background-color: #edf8ca;"&gt;CountryCode = Match(CountryCode, 'US', 'CA') ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Is this also ryt ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 07:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919005#M985973</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-29T07:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script prob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919006#M985974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hey,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I have used like:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Load CityId,&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Cityname,&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;CountryCode&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;from abc.qvd ;&lt;/P&gt;&lt;P style="font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Load * resident Table1 where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3299999237061px; background-color: #edf8ca;"&gt;CountryCode = Match(CountryCode, 'US', 'CA') ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Is this also ryt ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 07:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919006#M985974</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-29T07:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Script prob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919007#M985976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you upload your file?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 07:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919007#M985976</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-29T07:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script prob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919008#M985977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.&amp;nbsp; '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.32px; background-color: #edf8ca;"&gt;&lt;SPAN style="text-decoration: line-through;"&gt;CountryCode =&lt;/SPAN&gt; Match(CountryCode, 'US', 'CA') ;&amp;nbsp;&amp;nbsp; Try exactly how I showed above. For clearing doubt, read help for Match()&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 07:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-prob/m-p/919008#M985977</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-29T07:27:56Z</dc:date>
    </item>
  </channel>
</rss>

