<?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: Update/refresh a JMP table from csv file in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228510#M45331</link>
    <description>&lt;P&gt;Hmm, maybe I'll give JMP another stab at this. Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2019 19:02:41 GMT</pubDate>
    <dc:creator>drewb</dc:creator>
    <dc:date>2019-10-08T19:02:41Z</dc:date>
    <item>
      <title>Update/refresh a JMP table from csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228412#M45317</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am working with a csv file that I have imported to JMP for analysis (I like the graphs and statistical analyses that I can perform with JMP). However, the file is rather large, and I execute a lot of code in R. At the end of my R script, I export the data to a csv, upload it to JMP, and perform my analyses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works great until I need to go back into R to change an equation. I end up doing the following:&lt;/P&gt;&lt;P&gt;1) Run the revised script in R&lt;/P&gt;&lt;P&gt;2) Export the data table from R as a csv file&lt;/P&gt;&lt;P&gt;3) Open the csv file in JMP&lt;/P&gt;&lt;P&gt;4) Update the old datatable in JMP with the new data from the csv file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps 1 &amp;amp; 2 aren't too bad, but step 3 really takes a long time. Is there a way I can just refresh my old JMP datatable without having to open the new CSV in JMP and then update the old data table with the new data table in JMP?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 21:28:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228412#M45317</guid>
      <dc:creator>drewb</dc:creator>
      <dc:date>2019-10-07T21:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Update/refresh a JMP table from csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228458#M45322</link>
      <description>This seems too obvious for you not to have looked into it, but have you tried running your R programs from the JMP interface to r?  The transfer of the data would be done all in memory, without a conversion to .csv.</description>
      <pubDate>Tue, 08 Oct 2019 15:09:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228458#M45322</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-10-08T15:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update/refresh a JMP table from csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228472#M45325</link>
      <description>&lt;P&gt;Ah, that was something I had looked at, but was hoping to avoid, since the script I had put together starts with a big dataframe, runs calculations, then spits out several "little" dataframes. Rather than send a little dataframe back to R for some recalculation, I was hoping to just run the modified R script on the big dataframe, have it spit out a new little dataframe, which I could then access on JMP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But using the interface you referred to is definitely something I could do, I was just hoping there was an alternative that didn't involve redoing my R script (I may be "intermediate" with JMP, but I'm a toddler with R, and writing scripts takes me a while to get right).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 15:33:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228472#M45325</guid>
      <dc:creator>drewb</dc:creator>
      <dc:date>2019-10-08T15:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Update/refresh a JMP table from csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228473#M45326</link>
      <description>What are you doing in R that you couldn't do in JMP using JSL and the JMP Platforms?</description>
      <pubDate>Tue, 08 Oct 2019 15:35:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228473#M45326</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-10-08T15:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update/refresh a JMP table from csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228474#M45327</link>
      <description>&lt;P&gt;Part of what I'm doing in R involves some calculations, and part is just data reorganization. The biggest reason I'm using R is to force myself how to learn this, as it seems a lot of our organization uses this. The things I really like about JMP is that it's fairly quick for generating graphs &amp;amp; pivot tables on the go (which is great, as a lot of my meetings require me to generate novel graphs on-the-fly). But R is nice for working on really large datasets (I've moved into situations where I'm having to start with millions of rows of data), so for right now I'm using R for my calculations but then JMP for my final analysis.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 15:44:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228474#M45327</guid>
      <dc:creator>drewb</dc:creator>
      <dc:date>2019-10-08T15:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update/refresh a JMP table from csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228475#M45328</link>
      <description>Many times I process JMP data tables with thousands of columns and millions of rows.  Many of the items one does to manipulate data, JMP will handle using parallel processing.  So I rarely have a need to go to R for  processing.</description>
      <pubDate>Tue, 08 Oct 2019 15:56:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228475#M45328</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-10-08T15:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Update/refresh a JMP table from csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228510#M45331</link>
      <description>&lt;P&gt;Hmm, maybe I'll give JMP another stab at this. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 19:02:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/228510#M45331</guid>
      <dc:creator>drewb</dc:creator>
      <dc:date>2019-10-08T19:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Update/refresh a JMP table from csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/515820#M74257</link>
      <description>&lt;P&gt;I have the same question too. Could someone please let me know how I can modify the script to update the existing table from the specified csv file?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 19:42:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-refresh-a-JMP-table-from-csv-file/m-p/515820#M74257</guid>
      <dc:creator>thentangler1</dc:creator>
      <dc:date>2022-06-29T19:42:02Z</dc:date>
    </item>
  </channel>
</rss>

