<?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: Is there a way to read data from a Sharepoint List? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/171067#M264257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing documented for accessing SharePoint. &lt;/P&gt;&lt;P&gt;But excel does. Than if that is an odbc&amp;nbsp; connection you could do that in the same way.&lt;/P&gt;&lt;P&gt;The mail-outlook list is also accessible in that approach.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2014 16:59:19 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-05-23T16:59:19Z</dc:date>
    <item>
      <title>Is there a way to read data from a Sharepoint List?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/171066#M264256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We collect data from the organisation with Sharepoint Lists. Now we are reporting in Excel and there is Excel a connection to the Sharepoint server. I want to use the Sharepoint data in SAS and want to read it with SAS/EG.&lt;/P&gt;&lt;P&gt;Does anybody know a (easy) way to build this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 12:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/171066#M264256</guid>
      <dc:creator>bendejong</dc:creator>
      <dc:date>2014-05-23T12:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to read data from a Sharepoint List?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/171067#M264257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing documented for accessing SharePoint. &lt;/P&gt;&lt;P&gt;But excel does. Than if that is an odbc&amp;nbsp; connection you could do that in the same way.&lt;/P&gt;&lt;P&gt;The mail-outlook list is also accessible in that approach.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 16:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/171067#M264257</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-05-23T16:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to read data from a Sharepoint List?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/171068#M264258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SharePoint you can export a List to Excel, which becomes a live link, if you tell it to update appropriately. &lt;/P&gt;&lt;P&gt;We then set up SAS to read this excel spreadsheet.&lt;/P&gt;&lt;P&gt;A bit roundabout but works fine. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 17:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/171068#M264258</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-05-23T17:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to read data from a Sharepoint List?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/171069#M264259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did some googling on "odbc connection sharepoint list", found a lot like:&lt;/P&gt;&lt;P&gt;&lt;A href="http://office.microsoft.com/en-us/sharepoint-designer-help/add-a-database-as-a-data-source-HA010355745.aspx" title="http://office.microsoft.com/en-us/sharepoint-designer-help/add-a-database-as-a-data-source-HA010355745.aspx"&gt; Add a database as a data source - SharePoint Designer&lt;/A&gt; (data from SQL to sharepoint,&amp;nbsp; Microsoft)&lt;/P&gt;&lt;P&gt;&lt;A href="http://technet.microsoft.com/en-us/library/ee633650(v=sql.105).aspx" title="http://technet.microsoft.com/en-us/library/ee633650(v=sql.105).aspx"&gt;SharePoint List Connection Type (SSRS)&lt;/A&gt; (data from sharepoint to SQL, Microsoft)&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.connectionstrings.com/sharepoint/" title="https://www.connectionstrings.com/sharepoint/"&gt;SharePoint connection strings - ConnectionStrings.com&lt;/A&gt; (connectionstrings)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 21:22:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/171069#M264259</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-05-23T21:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to read data from a Sharepoint List?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/171070#M264260</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;Your suggestion is coming close to the solution I am using now. I have made a connection with an Access database. In Acces you can import a Lists directly. When the lists are updatet in Sharepoint I don't need to open the database first, but I can collect the updatet data via my SAS/EG project.&lt;/P&gt;&lt;P&gt;This is not what I wanted, because I want to collect the data direct with SAS/EG from the Sharepoint List. It is now an extra step. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 06:28:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/171070#M264260</guid>
      <dc:creator>bendejong</dc:creator>
      <dc:date>2014-05-30T06:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to read data from a Sharepoint List?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/311824#M264261</link>
      <description>&lt;P&gt;I found this&amp;nbsp;&lt;A href="http://www.sas.com/content/dam/SAS/en_ca/User%20Group%20Presentations/Winnipeg-User-Group/HarryDroogendyk-SharepointListData-Fall2012.pdf" target="_blank"&gt;http://www.sas.com/content/dam/SAS/en_ca/User%20Group%20Presentations/Winnipeg-User-Group/HarryDroogendyk-SharepointListData-Fall2012.pdf&lt;/A&gt; talking about how to access sharepoint from SAS. I hope it helps.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 19:08:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/311824#M264261</guid>
      <dc:creator>fkrimmelbein</dc:creator>
      <dc:date>2016-11-15T19:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to read data from a Sharepoint List?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/445596#M264262</link>
      <description>&lt;P&gt;Awesome, thanks that does help&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 19:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-a-way-to-read-data-from-a-Sharepoint-List/m-p/445596#M264262</guid>
      <dc:creator>fkrimmelbein</dc:creator>
      <dc:date>2018-03-14T19:15:13Z</dc:date>
    </item>
  </channel>
</rss>

