<?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: Joining / Concatenate table but just include new data in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20158#M18385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim, the key point for me here was "&lt;SPAN style="color: #555555; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Merge Same Name Columns" which I hadn't used before.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2016 15:53:06 GMT</pubDate>
    <dc:creator>ivan_j_moore</dc:creator>
    <dc:date>2016-08-29T15:53:06Z</dc:date>
    <item>
      <title>Joining / Concatenate table but just include new data</title>
      <link>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20153#M18380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have scheduled a JMP script to give me a daily data table each day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way to Concatenate these tables, but I only want to add new data and not have multiples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Table 1 (Day 1) and then table 7 (Day 7), how do you concatente these tables to have Table 1 and all new data in Table7 included, but not multiples. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, Column names will be the same in each table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 08:13:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20153#M18380</guid>
      <dc:creator>ivan_j_moore</dc:creator>
      <dc:date>2016-08-29T08:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Joining / Concatenate table but just include new data</title>
      <link>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20154#M18381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming that you have a column or multiple columns that uniquely identify each row, then all you have to do, is to use Join, rather than Concatenate, and to match on the identification column(s). Also make sure that you specify to Merge Same Name Columns and to include non matching records from the "With" table.&amp;nbsp;&amp;nbsp; That will provide you with what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 11:12:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20154#M18381</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-08-29T11:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Joining / Concatenate table but just include new data</title>
      <link>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20155#M18382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help, again this worked a treat, Only thing I have to include "Non matches" in both tables if I want to make the table include al that data I am looking for, however this makes sense too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 13:42:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20155#M18382</guid>
      <dc:creator>ivan_j_moore</dc:creator>
      <dc:date>2016-08-29T13:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Joining / Concatenate table but just include new data</title>
      <link>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20156#M18383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Join is a powerful tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you already have created a table a lot of multiples there are several ways to identify and delete duplicate.&lt;/P&gt;&lt;P&gt;Below is my (current) favorite jsl snippet for deleting multiple instances. It now compares all columns, but can be tweaked to just consider a limited set of columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px; line-height: normal; font-family: Courier; color: #008f00;"&gt;// Keep only first instance of multiples&lt;/P&gt;&lt;P style="margin: 0px; line-height: normal; font-family: Courier; color: #008f00;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Current Data Table&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;()&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;// Table with potential multiples&lt;/P&gt;&lt;P style="margin: 0px; line-height: normal; font-family: Courier; color: #942193;"&gt;&lt;SPAN style="color: #000000;"&gt;instance &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Parse&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;"ColMin(Row(), :Name(\!""&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;||&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Concat Items&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;get column names&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;string&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;"\!"), :Name(\!""&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;||&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;"\!"))"&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px; line-height: normal; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;delete rows&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;dt&lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;STRONG&gt;get rows where&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;instance &lt;/SPAN&gt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Row&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;()))&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #011993;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:35:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20156#M18383</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2016-08-29T14:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Joining / Concatenate table but just include new data</title>
      <link>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20157#M18384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ah...you are correct about the Include the non matches from the base table....my error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 15:47:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20157#M18384</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-08-29T15:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Joining / Concatenate table but just include new data</title>
      <link>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20158#M18385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim, the key point for me here was "&lt;SPAN style="color: #555555; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Merge Same Name Columns" which I hadn't used before.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 15:53:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Joining-Concatenate-table-but-just-include-new-data/m-p/20158#M18385</guid>
      <dc:creator>ivan_j_moore</dc:creator>
      <dc:date>2016-08-29T15:53:06Z</dc:date>
    </item>
  </channel>
</rss>

