<?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: Create Jmp file from C# in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/657511#M84677</link>
    <description>&lt;P&gt;yes , i also meet this issue;&lt;/P&gt;&lt;P&gt;if i didnot install JMP software ,but i want use C# Creat JMP file，how can I do ?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 03:13:10 GMT</pubDate>
    <dc:creator>Pony</dc:creator>
    <dc:date>2023-07-12T03:13:10Z</dc:date>
    <item>
      <title>Create Jmp file from C#</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/42842#M24845</link>
      <description>&lt;P&gt;I want to create a jmp file with a&amp;nbsp;simple spreadsheet like below using C#. How can I achieve that?&amp;nbsp;I will appreciate any pointers or sample code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name &amp;nbsp; &amp;nbsp;Salary&lt;/P&gt;&lt;P&gt;John &amp;nbsp; &amp;nbsp;70000&lt;/P&gt;&lt;P&gt;Mike &amp;nbsp; &amp;nbsp; 80000&lt;/P&gt;&lt;P&gt;Michelle 90000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Shrish&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 04:18:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/42842#M24845</guid>
      <dc:creator>Jain</dc:creator>
      <dc:date>2017-08-04T04:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create Jmp file from C#</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/42853#M24852</link>
      <description>&lt;P&gt;Your JMP install contains a C# example that describes how to automate JMP. &amp;nbsp;It is typically found under the folder C:\Program Files\SAS\JMP\13\Samples\Automation\Visual C# Sample\JMPStarter .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian Corcoran&lt;/P&gt;
&lt;P&gt;JMP Development&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 12:09:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/42853#M24852</guid>
      <dc:creator>briancorcoran</dc:creator>
      <dc:date>2017-08-04T12:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create Jmp file from C#</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/42854#M24853</link>
      <description>&lt;P&gt;JMP provides a C# example in the sample code that is installed when you install JMP. &amp;nbsp;Here is the path to the JMP 13 version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Program Files\SAS\JMPPRO\13\Samples\Automation\Visual CSharp Sample&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 12:11:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/42854#M24853</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-08-04T12:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create Jmp file from C#</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/42859#M24856</link>
      <description>&lt;P&gt;Or, if you really want C# to emit a data table, try this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In JMP, make a table that looks like what you want, including a few rows of data, and with columns of the right type (character, numeric). Use the red triangle to copy the script, and paste into an editor. If you study the script, you'll see how you could write a similar script from C# to a .JSL file, with your data substituted in. Running that .JSL file will make the data table in JMP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 14:13:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/42859#M24856</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2017-08-04T14:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create Jmp file from C#</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/71151#M35364</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;But The sample project has an reference named ''JMP", so where can i get it please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="截图.PNG" style="width: 360px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/12290i4D6E02BA691430D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="截图.PNG" alt="截图.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 07:20:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/71151#M35364</guid>
      <dc:creator>Jumper2Jmp</dc:creator>
      <dc:date>2018-09-04T07:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Jmp file from C#</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/71198#M35369</link>
      <description>&lt;P&gt;JMP must be added as a reference to your project, after you locate the jmp.tlb file that is installed (c:\program files\sas\jmp\14).&amp;nbsp; The Automation Reference.pdf that is supplied with the JMP Documentation contains the steps to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian Corcoran&lt;/P&gt;
&lt;P&gt;JMP Development&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 11:29:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/71198#M35369</guid>
      <dc:creator>briancorcoran</dc:creator>
      <dc:date>2018-09-04T11:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create Jmp file from C#</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/71316#M35388</link>
      <description>thank you .&lt;BR /&gt;And I know how to add but I can not find where is JMP.dll file, can you please?</description>
      <pubDate>Wed, 05 Sep 2018 01:23:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/71316#M35388</guid>
      <dc:creator>Jumper2Jmp</dc:creator>
      <dc:date>2018-09-05T01:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create Jmp file from C#</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/71317#M35389</link>
      <description>&lt;P&gt;&lt;SPAN&gt;thank you .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And I know how to add but I can not find where is JMP.dll file, can you please?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 01:24:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/71317#M35389</guid>
      <dc:creator>Jumper2Jmp</dc:creator>
      <dc:date>2018-09-05T01:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create Jmp file from C#</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/71318#M35390</link>
      <description>&lt;P&gt;okay&lt;/P&gt;&lt;P&gt;I found it in folder:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;EM&gt;D:\Program Files\SAS\JMP\13\Samples\Automation\Visual CSharp Sample\JMPStarter\obj\Debug\Interop.JMP.dll&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 01:31:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/71318#M35390</guid>
      <dc:creator>Jumper2Jmp</dc:creator>
      <dc:date>2018-09-05T01:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create Jmp file from C#</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/657511#M84677</link>
      <description>&lt;P&gt;yes , i also meet this issue;&lt;/P&gt;&lt;P&gt;if i didnot install JMP software ,but i want use C# Creat JMP file，how can I do ?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 03:13:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/657511#M84677</guid>
      <dc:creator>Pony</dc:creator>
      <dc:date>2023-07-12T03:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create Jmp file from C#</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/657625#M84693</link>
      <description>&lt;P&gt;Without JMP installed you can't create a .JMP data table (which is a binary format.)&lt;/P&gt;
&lt;P&gt;You can create a .JSL file (text) that will open as a data table. You can also create other formats JMP will open, including .CSV, .JSON, etc&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Some of these formats are for data." style="width: 604px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/54592i48C6ECA2958D9C81/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture.png" alt="Some of these formats are for data." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Some of these formats are for data.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 09:44:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Jmp-file-from-C/m-p/657625#M84693</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2023-07-12T09:44:22Z</dc:date>
    </item>
  </channel>
</rss>

