<?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 Consume Spreadsheet from Sharepoint in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208062#M715537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris - We have the same exact problem in our environment and all QlikView services run under a system account which has full permissions to the SharePoint location. We tried this with both SharePoint 2007 and 2010. We also did a trace on the QlikView server and when the Publisher tries to reload the document it gets a 401 when trying to execute an HTTP OPTIONS command to our SharePoint server.&lt;/P&gt;&lt;P&gt;Manually logging on to the server as the service account that runs publisher and navigating to the SharePoint UNC path provides an authentication prompt. After authenticating with the service account and password we're able to open the source file we're trying to reload from.&lt;/P&gt;&lt;P&gt;Any other ideas? DId you do anything else to make this work? Our server is Windows 2003 and webclient is running.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jan 2011 01:51:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-11T01:51:26Z</dc:date>
    <item>
      <title>Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208054#M715529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to be missing something and it is probably a very simple question.&lt;/P&gt;&lt;P&gt;I have a spreadsheet stored in sharepoint. I want my script to load data from that sheet. What is the syntax to get the sheet? Do I have to write a macro to download the file locally then consume the data from there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 15:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208054#M715529</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2010-01-11T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208055#M715530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Figured it out, you have to use the UNC path. To find the UNC path go into sharepoint and from the actions menu select open in Windows explorer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 15:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208055#M715530</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2010-01-11T15:56:50Z</dc:date>
    </item>
    <item>
      <title>Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208056#M715531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more note,&lt;/P&gt;&lt;P&gt;In addition to using the unc path you also have to install the webclient service on your server or the server will not be able to reload the document. In windows server 2008 this service is not installed by default. You have to add the User experience feature to the OS since it is not installed by default.&lt;/P&gt;&lt;P&gt;Happy Qliking&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 15:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208056#M715531</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2010-01-12T15:30:31Z</dc:date>
    </item>
    <item>
      <title>Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208057#M715532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i was under the impression that the files in sharepoint are stored in sql server. I saw there's an option to pick "web files..." but have not been successful pointing to the http url of the xlsx file i have on sharepoint. Have you been able to use this feature?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 23:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208057#M715532</guid>
      <dc:creator />
      <dc:date>2010-03-04T23:16:23Z</dc:date>
    </item>
    <item>
      <title>Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208058#M715533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the sheet that I am using has this URL&lt;/P&gt;&lt;P&gt;http://servername/sites/thefolder/thesheet.xlsx&lt;/P&gt;&lt;P&gt;you can find it by doing a properties in the list where you find it.&lt;/P&gt;&lt;P&gt;you need the UNC path for qlikview to open it&lt;/P&gt;&lt;P&gt;from your sharepoint in the actions menu click "open in windows explorer"&lt;/P&gt;&lt;P&gt;now from the Windows Explorer screen right click the file you want and select properties the location is the unc path.&lt;/P&gt;&lt;P&gt;When you are building your qvw you will want a table file and then enter the unc path as the path for the sheet, don't forget to add the file name if you copy the path from the properties dialog.&lt;/P&gt;&lt;P&gt;The most critical piece of this is the user experience feature on your server and the service account running your Qlikview servers needs to have permission to read the file. If the service account does not have permission you will find that your qvw will reload perfectly on your desktop but when the server tries to reload it will fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck I hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 15:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208058#M715533</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2010-03-05T15:10:34Z</dc:date>
    </item>
    <item>
      <title>Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208059#M715534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok another wrinkle in this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently upgraded to Windows 7&lt;/P&gt;&lt;P&gt;When I try to load my spreadsheet from sharepoint Qlikview cannot open it until I have opened it. Once done I can load the sheet even if is no longer open. I don't get it.&lt;/P&gt;&lt;P&gt;Is there something about my new OS that is weird? Anybody seen this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 20:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208059#M715534</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2010-04-22T20:42:47Z</dc:date>
    </item>
    <item>
      <title>Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208060#M715535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if this is a Windows 7 thing or if it is a thing with our company's image that was loaded on my machine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again the WebClient service needs to be running, just like the server. In my case it was installed but set to run manually so I could not load the spreadsheet from qlikview. I think this will also improve the speed of opening the sheet from my browser too, but I have to test that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 21:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208060#M715535</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2010-04-22T21:18:01Z</dc:date>
    </item>
    <item>
      <title>Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208061#M715536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread is a little stale but possibly someone who is following can help.&lt;/P&gt;&lt;P&gt;I would like to read data from an xls file stored on our shareponit site. I am able to accomplish when developing but when run the job through publisher it fails. I am guessing it is a permissions issue. I granted the account running the QVS and QVP services all rights to the sharepoint it would need but I still have a failure.&lt;/P&gt;&lt;P&gt;We are running 8.5 on a windows 2003 64 bit server, webclient service is installed and started.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on why this is failing, is this a permissions issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 16:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208061#M715536</guid>
      <dc:creator />
      <dc:date>2010-06-30T16:15:03Z</dc:date>
    </item>
    <item>
      <title>Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208062#M715537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris - We have the same exact problem in our environment and all QlikView services run under a system account which has full permissions to the SharePoint location. We tried this with both SharePoint 2007 and 2010. We also did a trace on the QlikView server and when the Publisher tries to reload the document it gets a 401 when trying to execute an HTTP OPTIONS command to our SharePoint server.&lt;/P&gt;&lt;P&gt;Manually logging on to the server as the service account that runs publisher and navigating to the SharePoint UNC path provides an authentication prompt. After authenticating with the service account and password we're able to open the source file we're trying to reload from.&lt;/P&gt;&lt;P&gt;Any other ideas? DId you do anything else to make this work? Our server is Windows 2003 and webclient is running.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 01:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208062#M715537</guid>
      <dc:creator />
      <dc:date>2011-01-11T01:51:26Z</dc:date>
    </item>
    <item>
      <title>Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208063#M715538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;Did you get this issue resolved? Sounds to me like the site needs to be a trusted site (or an intranet zone site) in Internet Explorer to prevent that authentication prompt. QlikView fails if it needs authentication to load a page in IE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 23:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208063#M715538</guid>
      <dc:creator />
      <dc:date>2011-01-31T23:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208064#M715539</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;Using UNC paths fails for exampel in 64 bit Windows Server 2003 (and possibly other 64 bit clients)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you download the fiel from SharePoint ( wich is a glorified WebDAV ) using the open-source cURL client ? Mind the %% escape needed in batch files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rem download&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;curl --ntlm -u "DOMAIN\USER:PASSWORD" --url "&lt;A class="jive-link-external-small"&gt;https://workspaces.company.com/site/Shared%%20Documents/file.txt&lt;/A&gt;" -o file.txt&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 07:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208064#M715539</guid>
      <dc:creator />
      <dc:date>2011-05-10T07:13:12Z</dc:date>
    </item>
    <item>
      <title>Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208065#M715540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is correct, the site must be added as a trusted site while logged in with the account that runs the jobs. This was our sticking point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 19:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208065#M715540</guid>
      <dc:creator />
      <dc:date>2011-12-06T19:19:19Z</dc:date>
    </item>
    <item>
      <title>Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208066#M715541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If it helps anyone, I was able to read the excel file with qlikview using the http address: &lt;/P&gt;&lt;P&gt;Use the web file option&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://servername/sites/thefolder/thesheet.xlsx"&gt;http://servername/sites/thefolder/thesheet.xlsx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 20:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208066#M715541</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-12-06T20:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208067#M715542</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;The particular sharepoint where I am going to fetch the data needs authentication. Could you please let me how that can be done please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created the new thread for the same below.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/249859#249859"&gt;http://community.qlik.com/message/249859#249859&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;qlikview forum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 14:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208067#M715542</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2012-08-20T14:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208068#M715543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chriscammers,&lt;/P&gt;&lt;P&gt;I am not able to find "open in Windows explorer" in actions. But I have managed to get the path after exporting to spread sheet. So could you please let me know what is the next step once I get the path?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Qlikview Forum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 06:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208068#M715543</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2012-08-27T06:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208069#M715544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chriscammers,&lt;/P&gt;&lt;P&gt;I have checked in my server but WebClient is not been installed in the server. May I know what is the next step once the WebClient has been installed? So that I can do the same once the WebClient has been installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Qlikview Forum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 07:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208069#M715544</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2012-08-27T07:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208070#M715545</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;We are waiting for your reply. Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;qlikviewforum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 12:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208070#M715545</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2012-08-29T12:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Consume Spreadsheet from Sharepoint</title>
      <link>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208071#M715546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where i can get web client service installation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 11:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Consume-Spreadsheet-from-Sharepoint/m-p/208071#M715546</guid>
      <dc:creator>gainkarthi</dc:creator>
      <dc:date>2013-04-18T11:47:46Z</dc:date>
    </item>
  </channel>
</rss>

