<?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 Tiny Tricks with Data Connectors in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Tiny-Tricks-with-Data-Connectors/m-p/937821#M109300</link>
    <description>&lt;P&gt;The new Data connector Concept in JMP is very helpful:&lt;BR /&gt;&lt;BR /&gt;- within a few minutes (and a willing AI) a user can create any data connector they want. Here is a wonderful introduction by&amp;nbsp;Brian Corcoran:&amp;nbsp;&lt;LI-MESSAGE title="Build a Python-based JMP Data Connector in Minutes (2026-EU-30MP-2638)" uid="916549" url="https://community.jmp.com/t5/Abstracts/Build-a-Python-based-JMP-Data-Connector-in-Minutes-2026-EU-30MP/m-p/916549#U916549" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-occasion-thread lia-fa-icon lia-fa-occasion lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- The data is piped through Query Builder. Together with the data, the user gets a working UPDATE functionalitiy.&lt;/P&gt;
&lt;P&gt;- ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here are some tricks:&lt;/P&gt;</description>
    <pubDate>Fri, 27 Mar 2026 21:58:52 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2026-03-27T21:58:52Z</dc:date>
    <item>
      <title>Tiny Tricks with Data Connectors</title>
      <link>https://community.jmp.com/t5/Discussions/Tiny-Tricks-with-Data-Connectors/m-p/937821#M109300</link>
      <description>&lt;P&gt;The new Data connector Concept in JMP is very helpful:&lt;BR /&gt;&lt;BR /&gt;- within a few minutes (and a willing AI) a user can create any data connector they want. Here is a wonderful introduction by&amp;nbsp;Brian Corcoran:&amp;nbsp;&lt;LI-MESSAGE title="Build a Python-based JMP Data Connector in Minutes (2026-EU-30MP-2638)" uid="916549" url="https://community.jmp.com/t5/Abstracts/Build-a-Python-based-JMP-Data-Connector-in-Minutes-2026-EU-30MP/m-p/916549#U916549" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-occasion-thread lia-fa-icon lia-fa-occasion lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- The data is piped through Query Builder. Together with the data, the user gets a working UPDATE functionalitiy.&lt;/P&gt;
&lt;P&gt;- ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here are some tricks:&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 21:58:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tiny-Tricks-with-Data-Connectors/m-p/937821#M109300</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-03-27T21:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Tiny Tricks with Data Connectors</title>
      <link>https://community.jmp.com/t5/Discussions/Tiny-Tricks-with-Data-Connectors/m-p/937831#M109301</link>
      <description>&lt;P&gt;Trigger the Python Package installation again after a first installation:&lt;BR /&gt;e.g.:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You installed the Addin in JMP v19 , but the Connector doesn't work in JMP v25?&lt;/LI&gt;
&lt;LI&gt;you installed an update of the AddIn but the Python Package is still the old one&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;-&amp;gt; delete the file '&lt;FONT face="courier new,courier"&gt;INSTALLED_TO' or "xyz_installed.txt"&lt;/FONT&gt;&amp;nbsp;from the AddIn Directory.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Mar 2026 11:10:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tiny-Tricks-with-Data-Connectors/m-p/937831#M109301</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-03-28T11:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tiny Tricks with Data Connectors</title>
      <link>https://community.jmp.com/t5/Discussions/Tiny-Tricks-with-Data-Connectors/m-p/937832#M109302</link>
      <description>&lt;P&gt;You added a new field via the python package, but after installing the new version of the AddIn the new field is not visible in the GUI of the Data Connector.&lt;BR /&gt;-&amp;gt; close JMP and try again.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 22:31:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tiny-Tricks-with-Data-Connectors/m-p/937832#M109302</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-03-27T22:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tiny Tricks with Data Connectors</title>
      <link>https://community.jmp.com/t5/Discussions/Tiny-Tricks-with-Data-Connectors/m-p/937833#M109303</link>
      <description>&lt;P&gt;Unfortunately, there is a one drawback with Data Connectors: Subfolders!&lt;BR /&gt;How to access the right file?&lt;BR /&gt;&lt;BR /&gt;First-level subfolders can be interpreted as schemas, but deeper levels are not accessible.&lt;/P&gt;
&lt;P&gt;The current workaround:&amp;nbsp;&lt;BR /&gt;save a dummy data connector once.&lt;BR /&gt;Don't use Connect to use the Data Connector, instead&amp;nbsp;click on &lt;FONT face="courier new,courier"&gt;Edit&lt;/FONT&gt;, enter the current folder manually, then click &lt;FONT face="courier new,courier"&gt;Connect&lt;/FONT&gt;.&lt;BR /&gt;(don't save with the new settings)&lt;BR /&gt;-&amp;gt; Connection will be opened for the specific folder&lt;/P&gt;
&lt;P&gt;This approach feel complicated - compared to a standard Windows/Mac file dialogue to select an arbitrary file/folder&amp;nbsp;&lt;BR /&gt;&amp;nbsp;[Discovery Summit Europe&amp;nbsp; 2026]: there are plans to work on this issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Mar 2026 15:21:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tiny-Tricks-with-Data-Connectors/m-p/937833#M109303</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-03-28T15:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tiny Tricks with Data Connectors</title>
      <link>https://community.jmp.com/t5/Discussions/Tiny-Tricks-with-Data-Connectors/m-p/938270#M109313</link>
      <description>&lt;P&gt;It is true that we only support 1 level of drill down (Schema/Table) now with the dialogs and design. &amp;nbsp;We are considering how to fit in multi-level while still maintaining familiarity for those traditional DB users who already have what they need. &amp;nbsp;Thank you for the feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 16:54:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tiny-Tricks-with-Data-Connectors/m-p/938270#M109313</guid>
      <dc:creator>briancorcoran</dc:creator>
      <dc:date>2026-03-30T16:54:12Z</dc:date>
    </item>
  </channel>
</rss>

