<?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: Reading RawData in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189957#M47947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. The good knowledge is SAS documentation . You'd refer to it if you want more . For your example :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;(\w+)([F|M])(\d+)(\w+)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;\w+ matched one or more words character(i.e. 0-9 a-z A-Z _ )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[F|M]&amp;nbsp; matched&amp;nbsp; F&amp;nbsp; or&amp;nbsp; M &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;\d+&amp;nbsp;&amp;nbsp; matched one or more&amp;nbsp; digits (i.e. 0-9 )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Therefore this Perl Regular Expression is trying to match your string ,in other words , your string have such pattern .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Xia Keshan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jan 2015 13:39:51 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2015-01-20T13:39:51Z</dc:date>
    <item>
      <title>Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189946#M47936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;kindly help me to read the following raw data into sas. Thanks in advance.&lt;/P&gt;&lt;P&gt;AronM374856Texas&lt;/P&gt;&lt;P&gt;BrandonM847584California&lt;/P&gt;&lt;P&gt;JaneF856747Huston&lt;/P&gt;&lt;P&gt;ClarindaF748574Newyork&lt;/P&gt;&lt;P&gt;ArnoldM435867Huston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 03:47:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189946#M47936</guid>
      <dc:creator>stolinsas</dc:creator>
      <dc:date>2015-01-20T03:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189947#M47937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt; What code have you tried? It is hard to figure out where the variables start and stop, I suppose you could read in each line and parse out the variables from the "back end". But what type of file is this? Is this a file without any delimiters? What is the front end process that creates this file? Is this a 1 time read process or do you have to read a file like this on a periodic basis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 04:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189947#M47937</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-01-20T04:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189948#M47938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an unformatted data without delimeter And it is for one time process. I have tried all basic styles of reading taw data but that didnt work. Kindly solve this one if there are any advanced techniques.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STolin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 04:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189948#M47938</guid>
      <dc:creator>stolinsas</dc:creator>
      <dc:date>2015-01-20T04:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189949#M47939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not pretty but you can do it using combinations of scan/compress/reverse/substr functions. &lt;/P&gt;&lt;P&gt;Regular Expressions would also work, but I avoid them like the plague.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;informat text $256.;&lt;/P&gt;&lt;P&gt;input text $;&lt;/P&gt;&lt;P&gt;first_part=scan(text, 1, ,'d');&lt;/P&gt;&lt;P&gt;Name=substr(first_part, 1, length(first_part)-1);&lt;/P&gt;&lt;P&gt;Gender=substr(reverse(trim(first_part)),1,1);&lt;/P&gt;&lt;P&gt;RandomNumber=compress(text, , 'kd');&lt;/P&gt;&lt;P&gt;State=scan(text, 2, ,'d');&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;AronM374856Texas&lt;/P&gt;&lt;P&gt;BrandonM847584California&lt;/P&gt;&lt;P&gt;JaneF856747Huston&lt;/P&gt;&lt;P&gt;ClarindaF748574Newyork&lt;/P&gt;&lt;P&gt;ArnoldM435867Huston&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=have;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 04:59:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189949#M47939</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-20T04:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189950#M47940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;Thank you for your helpful code with which i got the solution. But still confused about how exactly does k &amp;amp; d delimiters works?&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 07:12:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189950#M47940</guid>
      <dc:creator>stolinsas</dc:creator>
      <dc:date>2015-01-20T07:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189951#M47941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are called function modifier you can find a list of them in the SAS function reference for each function. for example &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000214639.htm"&gt;SCAN Function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This blog give good examples &lt;A href="http://studysas.blogspot.com/2010/02/compress-function-function-strips.html"&gt;COMPRESS: SAS Function strips characters from the string&lt;/A&gt; of using them and combine them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 08:07:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189951#M47941</guid>
      <dc:creator>mohamed_zaki</dc:creator>
      <dc:date>2015-01-20T08:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189952#M47942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;informat text $256.;&lt;/P&gt;&lt;P&gt;input text $;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;AronM374856Texas&lt;/P&gt;&lt;P&gt;BrandonM847584California&lt;/P&gt;&lt;P&gt;JaneF856747Huston&lt;/P&gt;&lt;P&gt;ClarindaF748574Newyork&lt;/P&gt;&lt;P&gt;ArnoldM435867Huston&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;length&amp;nbsp; Name Gender RandomNumber State$ 100;&lt;/P&gt;&lt;P&gt;re=prxparse('/(\w+)([F|M])(\d+)(\w+)/o');&lt;/P&gt;&lt;P&gt;if prxmatch(re,text) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Name=prxposn(re,1,text);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Gender=prxposn(re,2,text);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; RandomNumber=prxposn(re,3,text);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; State=prxposn(re,4,text);&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;drop re;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 08:56:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189952#M47942</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-20T08:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189953#M47943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whilst Xia Keshan has provided a great solution, I would ask why your data looks like that in the first place.&amp;nbsp; You could face all kinds of issues if you leave it as such, for instance what will happen with missing data, say sex is missing, how will you handle:&lt;/P&gt;&lt;P&gt;Aron374856Texas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you need to return to the source of the data and fix that so the data is clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 09:11:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189953#M47943</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-01-20T09:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189954#M47944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I ran your code I could see the variable 're' returns the value '1' for all the records. May I request you to explain how your prxparse function works here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 12:24:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189954#M47944</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-01-20T12:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189955#M47945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a Perl Regular Expression, It is matched a pattern of your data ,Since all of obs matched such pattern , RE is naturally returning 1 all time. If you are hard to understand it ,then use Reeza's code , Hers is better understood .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 12:50:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189955#M47945</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-20T12:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189956#M47946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish to understand&amp;nbsp; your &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Perl Regular Expression, although it is difficult:)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 13:11:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189956#M47946</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-01-20T13:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189957#M47947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. The good knowledge is SAS documentation . You'd refer to it if you want more . For your example :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;(\w+)([F|M])(\d+)(\w+)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;\w+ matched one or more words character(i.e. 0-9 a-z A-Z _ )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[F|M]&amp;nbsp; matched&amp;nbsp; F&amp;nbsp; or&amp;nbsp; M &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;\d+&amp;nbsp;&amp;nbsp; matched one or more&amp;nbsp; digits (i.e. 0-9 )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Therefore this Perl Regular Expression is trying to match your string ,in other words , your string have such pattern .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Xia Keshan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 13:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189957#M47947</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-20T13:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reading RawData</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189958#M47948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data foo;&lt;/P&gt;&lt;P&gt;infile cards length=len;&lt;/P&gt;&lt;P&gt;input @;&lt;/P&gt;&lt;P&gt;_1=findc(_infile_, 'MF', 2)-1;&lt;/P&gt;&lt;P&gt;_2=len-_1-6;&lt;/P&gt;&lt;P&gt;input name $varying32. _1 gender $1. num 6. state $varying32. _2;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;AronM374856Texas&lt;/P&gt;&lt;P&gt;BrandonM847584California&lt;/P&gt;&lt;P&gt;JaneF856747Huston&lt;/P&gt;&lt;P&gt;ClarindaF748574Newyork&lt;/P&gt;&lt;P&gt;ArnoldM435867Huston&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="814511" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; makes a good point here, and you should consider his suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 14:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading-RawData/m-p/189958#M47948</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2015-01-20T14:01:17Z</dc:date>
    </item>
  </channel>
</rss>

