<?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: Appending Data - Another Question in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-append-data-from-one-table-to-another/m-p/9722#M9514</link>
    <description>&lt;P&gt;Table scripts can be moved between tables using jsl. Try the code below.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;old_table = Open( "$SAMPLE_DATA/Big Class.jmp" ); // The original table
plist = old_table &amp;lt;&amp;lt; Select Properties() &amp;lt;&amp;lt; Get Selected Properties();
new_table = New Table( "New" ); // The updated table here
new_table &amp;lt;&amp;lt; Add scripts to table( plist );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2017 18:55:23 GMT</pubDate>
    <dc:creator>ms</dc:creator>
    <dc:date>2017-09-18T18:55:23Z</dc:date>
    <item>
      <title>How to append data from one table to another?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-append-data-from-one-table-to-another/m-p/9721#M9513</link>
      <description>&lt;P&gt;I have a JMP file that I wish to update from an Excel file every month.&amp;nbsp; When I run the Source script from the original data table, I get a new table with the new data attached.&amp;nbsp; HOWEVER, all the scripts I want to run to do the analysis on the updated table are in the orignial table.&amp;nbsp; Can I move the scripts to the new table?&amp;nbsp; Actually, I don't even want a new table.&amp;nbsp; Can't JMP just append data to the existing table?&amp;nbsp; If not, how do I move the scripts to the new table?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 17:15:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-append-data-from-one-table-to-another/m-p/9721#M9513</guid>
      <dc:creator>Steven_Moore</dc:creator>
      <dc:date>2017-09-18T17:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Data - Another Question</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-append-data-from-one-table-to-another/m-p/9722#M9514</link>
      <description>&lt;P&gt;Table scripts can be moved between tables using jsl. Try the code below.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;old_table = Open( "$SAMPLE_DATA/Big Class.jmp" ); // The original table
plist = old_table &amp;lt;&amp;lt; Select Properties() &amp;lt;&amp;lt; Get Selected Properties();
new_table = New Table( "New" ); // The updated table here
new_table &amp;lt;&amp;lt; Add scripts to table( plist );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 18:55:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-append-data-from-one-table-to-another/m-p/9722#M9514</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2017-09-18T18:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Data - Another Question</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-append-data-from-one-table-to-another/m-p/9723#M9515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why can't I just add data to the original table and re-run the scripts already saved to the original table?&amp;nbsp; I really don't want another table which, when I try to save it, creates a new file.&amp;nbsp; Also, I really have not advanced to the point of using JSL.&amp;nbsp; There must be an easier way!?!? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 19:56:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-append-data-from-one-table-to-another/m-p/9723#M9515</guid>
      <dc:creator>Steven_Moore</dc:creator>
      <dc:date>2014-10-06T19:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Data - Another Question</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-append-data-from-one-table-to-another/m-p/9724#M9516</link>
      <description>&lt;P&gt;OK, I got the impression that you used a script to open the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, it is possible to add data to the original table, but how to do it depends on wether the newly imported data is incremental (i.e. contains all data up to date) or only new data (to be added to the old data table).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One easy way is to concatenate the old table with the newly created table:&lt;/P&gt;
&lt;P&gt;Activate the original table and choose &lt;EM&gt;Concatenate&lt;/EM&gt; from the &lt;EM&gt;tables menu&lt;/EM&gt; and select the new table in the list and add it to the "&lt;EM&gt;data tables to be concatenated&lt;/EM&gt;" field. Make sure to select "&lt;EM&gt;Append to first table&lt;/EM&gt;" before hitting OK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If data is incremental, delete all rows from the original table before (or after) concatenating the tables to avoid duplicate records.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Personally, when working interactively, I often simply copy the data in excel and paste into a new or existing JMP data table&amp;nbsp; instead opening excel from within JMP)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 18:57:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-append-data-from-one-table-to-another/m-p/9724#M9516</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2017-09-18T18:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Appending Data - Another Question</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-append-data-from-one-table-to-another/m-p/9725#M9517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very useful. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:48:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-append-data-from-one-table-to-another/m-p/9725#M9517</guid>
      <dc:creator>Steven_Moore</dc:creator>
      <dc:date>2014-10-09T15:48:59Z</dc:date>
    </item>
  </channel>
</rss>

