<?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: How to open CSV file in JMP from Windows Explorer Context Menu in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782019#M96520</link>
    <description>&lt;P&gt;Indeed, after doing that once or twice, I now have that option in "Open with..."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is - it opens a new instance of JMP for that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;a) I normally need to join\update with other files in my main instance, and&lt;/P&gt;&lt;P&gt;b) Having 20+ instances in an hour is too much for me :)&lt;/img&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any way to force opening in the same instance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2024 22:12:04 GMT</pubDate>
    <dc:creator>miguello</dc:creator>
    <dc:date>2024-08-15T22:12:04Z</dc:date>
    <item>
      <title>How to open CSV file in JMP from Windows Explorer Context Menu</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782007#M96517</link>
      <description>&lt;P&gt;I open a lot of CSV files in JMP.&lt;/P&gt;&lt;P&gt;Usually I need to do that from Windows Explorer window.&lt;/P&gt;&lt;P&gt;So going to JMP, clicking "Open" button and navigating to a long network path is not very handy.&lt;/P&gt;&lt;P&gt;What I do now is I bring up the main JMP window next to my Explorer window and just drag CSV file to JMP window.&lt;/P&gt;&lt;P&gt;Any way to just right click CSV file in Explorer and choose something like "Open with JMP"...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this would require tweaking registry, and also will need to do something to open in existing JMP instance, rather than starting a new JMP isntance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody dome anything like that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 19:40:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782007#M96517</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2024-08-15T19:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to open CSV file in JMP from Windows Explorer Context Menu</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782017#M96518</link>
      <description>&lt;P&gt;You can already right click on a .xlsx file and select "Open With".&amp;nbsp; If this is the first time you will be doing this, you will select&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Open With=&amp;gt;Choose another App=&amp;gt;Choose and App on your PC&lt;/P&gt;
&lt;P&gt;and then navigate to the jmp.exe&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After the first time you do this, the JMP.exe should appear in the primary selection window after you select "Open With"&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 19:51:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782017#M96518</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-08-15T19:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to open CSV file in JMP from Windows Explorer Context Menu</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782019#M96520</link>
      <description>&lt;P&gt;Indeed, after doing that once or twice, I now have that option in "Open with..."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is - it opens a new instance of JMP for that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;a) I normally need to join\update with other files in my main instance, and&lt;/P&gt;&lt;P&gt;b) Having 20+ instances in an hour is too much for me :)&lt;/img&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any way to force opening in the same instance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 22:12:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782019#M96520</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2024-08-15T22:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to open CSV file in JMP from Windows Explorer Context Menu</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782020#M96521</link>
      <description>&lt;P&gt;Then, just open the File Explorer inside JUMP with&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;file=pick file();
open(file);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and add this little script to the tool bar and you will then have the same features as File Explorer&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 22:17:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782020#M96521</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-08-15T22:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to open CSV file in JMP from Windows Explorer Context Menu</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782329#M96563</link>
      <description>&lt;P&gt;That's no different from Open file button in JMP. :)&lt;/img&gt;&amp;nbsp; The whole idea is that my work flow starts in Explorer, where I generate CSV file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's right here, I can click on it. Instead I need to go to JMP, click open button and navigate very long network path (or copy and insert). Drives me nuts every time :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 20:50:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782329#M96563</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2024-08-16T20:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to open CSV file in JMP from Windows Explorer Context Menu</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782353#M96565</link>
      <description>&lt;P&gt;Pick File() does allow an argument that sets the directory to open in, however, it sounds like you want it to pick up the directory you are in Explorer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not aware of a solution.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2024 01:48:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-CSV-file-in-JMP-from-Windows-Explorer-Context-Menu/m-p/782353#M96565</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-08-17T01:48:44Z</dc:date>
    </item>
  </channel>
</rss>

