<?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 Updating JMP table from SharePoint list / document library in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Updating-JMP-table-from-SharePoint-list-document-library/m-p/277835#M53969</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;used the search functionality but did not find a related topic, please correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have different SharePoint lists and libraries which I would like to update my evaluation automatically with updated content from the SharePoint.&lt;/P&gt;&lt;P&gt;I was able to download data using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open("&lt;A href="https://SHAREPOINT-ADDRESS/AllItems.aspx" target="_blank"&gt;https://SHAREPOINT-ADDRESS/AllItems.aspx&lt;/A&gt;",&amp;nbsp;HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) )) &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works fine but requires some post-processing for data types and some additional calculations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to simply update rather than putting all changes and additions into the import script? Something like "update from source"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:15:53 GMT</pubDate>
    <dc:creator>ubpk</dc:creator>
    <dc:date>2023-06-10T23:15:53Z</dc:date>
    <item>
      <title>Updating JMP table from SharePoint list / document library</title>
      <link>https://community.jmp.com/t5/Discussions/Updating-JMP-table-from-SharePoint-list-document-library/m-p/277835#M53969</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;used the search functionality but did not find a related topic, please correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have different SharePoint lists and libraries which I would like to update my evaluation automatically with updated content from the SharePoint.&lt;/P&gt;&lt;P&gt;I was able to download data using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open("&lt;A href="https://SHAREPOINT-ADDRESS/AllItems.aspx" target="_blank"&gt;https://SHAREPOINT-ADDRESS/AllItems.aspx&lt;/A&gt;",&amp;nbsp;HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) )) &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works fine but requires some post-processing for data types and some additional calculations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to simply update rather than putting all changes and additions into the import script? Something like "update from source"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:15:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Updating-JMP-table-from-SharePoint-list-document-library/m-p/277835#M53969</guid>
      <dc:creator>ubpk</dc:creator>
      <dc:date>2023-06-10T23:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Updating JMP table from SharePoint list / document library</title>
      <link>https://community.jmp.com/t5/Discussions/Updating-JMP-table-from-SharePoint-list-document-library/m-p/277856#M53971</link>
      <description>&lt;P&gt;Hi, not sure this will address all you want to achive, however:&lt;/P&gt;
&lt;P&gt;In this link to an external page&amp;nbsp;&lt;A href="https://www.cdata.com/kb/tech/sharepoint-odbc-sas-jmp.rst" target="_blank" rel="noopener"&gt;https://www.cdata.com/kb/tech/sharepoint-odbc-sas-jmp.rst&lt;/A&gt;&amp;nbsp;is discribed how to access sharepoint data through an ODBC connection. This connection could be used with the Query Builder in JMP and using the Query Builder you get in the created data table automatically Source/Update/Modify Scripts. I haven't tested this but might be a solution for what you are looking for.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition to that, you may want to have a template data table specifying all the column properties the fields have. Then you could update this table depending on what kind of update you want.&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;adding new data to the existing&lt;/LI&gt;
&lt;LI&gt;Exchanging the existing data completely with the new data&lt;/LI&gt;
&lt;LI&gt;adding additional columns&lt;/LI&gt;
&lt;LI&gt;updating certain columns&lt;/LI&gt;
&lt;LI&gt;...&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Using a template data table removes the burden of changing the formats and other properties every time again (or at least to check them). If you want to remove typos, using recode and creating a formula column could help to do most recoding automatically for new data (at least for all mistakes you already know). This can be incorporated also by a script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately t&lt;SPAN&gt;he problem is quite common to all non-office applications when they have to interact with Sharepoint.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This discussion might help aas well:&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/Best-way-to-work-with-jmp-files-saved-on-SharePoint/td-p/13193" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/Discussions/Best-way-to-work-with-jmp-files-saved-on-SharePoint/td-p/13193&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 10:56:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Updating-JMP-table-from-SharePoint-list-document-library/m-p/277856#M53971</guid>
      <dc:creator>martindemel</dc:creator>
      <dc:date>2020-07-10T10:56:40Z</dc:date>
    </item>
  </channel>
</rss>

