<?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: Add a csv to a JMP Data Table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Add-a-csv-to-a-JMP-Data-Table/m-p/254725#M50017</link>
    <description>&lt;P&gt;You are thinking too hard.&amp;nbsp; This is a simple straight forward task&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);

dt = Open("&amp;lt;path to the master jmp file&amp;gt;);

dtNew = Open("&amp;lt;path to the new csv file&amp;gt;);

dt &amp;lt;&amp;lt; concatenate( dtNew, append to first table(1));

dt &amp;lt;&amp;lt; save(&amp;lt;path to the master jmp file&amp;gt;);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 28 Mar 2020 02:28:45 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2020-03-28T02:28:45Z</dc:date>
    <item>
      <title>Add a csv to a JMP Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Add-a-csv-to-a-JMP-Data-Table/m-p/254714#M50012</link>
      <description>&lt;P&gt;Hi all. I've looked around to see if there is a script that adds/imports a csv file while still keeping the old data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My objective is to have a master JMP file. Then everytime I test a different device/different date, I would like it to be added to the master JMP Data table without overwriting it. I've seen code that meshes all csv files in a folder, but I would like it for just one csv file at a time. (All files have the same columns)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 23:38:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Add-a-csv-to-a-JMP-Data-Table/m-p/254714#M50012</guid>
      <dc:creator>mochar</dc:creator>
      <dc:date>2020-03-27T23:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add a csv to a JMP Data Table</title>
      <link>https://community.jmp.com/t5/Discussions/Add-a-csv-to-a-JMP-Data-Table/m-p/254725#M50017</link>
      <description>&lt;P&gt;You are thinking too hard.&amp;nbsp; This is a simple straight forward task&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);

dt = Open("&amp;lt;path to the master jmp file&amp;gt;);

dtNew = Open("&amp;lt;path to the new csv file&amp;gt;);

dt &amp;lt;&amp;lt; concatenate( dtNew, append to first table(1));

dt &amp;lt;&amp;lt; save(&amp;lt;path to the master jmp file&amp;gt;);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 28 Mar 2020 02:28:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Add-a-csv-to-a-JMP-Data-Table/m-p/254725#M50017</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-03-28T02:28:45Z</dc:date>
    </item>
  </channel>
</rss>

