<?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: Remove columns from a table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Remove-columns-from-a-table/m-p/276468#M53641</link>
    <description>&lt;P&gt;Thanks txnelson,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're absolutely right, the solutions (at least the simple ones) are in the scripting guide. We're always in a hurry to take the time to check it out.&lt;/P&gt;&lt;P&gt;All works well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good day&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2020 10:29:16 GMT</pubDate>
    <dc:creator>paul_apicella</dc:creator>
    <dc:date>2020-07-01T10:29:16Z</dc:date>
    <item>
      <title>Remove columns from a table</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-columns-from-a-table/m-p/276161#M53591</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to export several tables (txt files containing 20 columns) under JMP, but only 10 columns are useful for my use.&lt;/P&gt;&lt;P&gt;How can I include in a script the deleting of specified columns? I have attached one example file: (1) the txt source (2) the JMP version with all columns (3) the final JMP version with 10 columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:15:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-columns-from-a-table/m-p/276161#M53591</guid>
      <dc:creator>paul_apicella</dc:creator>
      <dc:date>2023-06-10T23:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove columns from a table</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-columns-from-a-table/m-p/276191#M53596</link>
      <description>&lt;P&gt;Here is the very simple script to delete the unwanted columns.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=current data table();
dt &amp;lt;&amp;lt; delete columns("I-delai", "I-durée", "I-pos", 
	"R-delai", "N°-Rec", "E-durée", "TR-max", "TM-max", 
	"code-PP", "cod-R-d");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The details are covered in the scripting index&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Scripting Index&lt;/P&gt;
&lt;P&gt;To get started with scripting, I suggest you read the Scripting Guide&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;JMP Documentation Library==&amp;gt;Scripting Guide&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 11:52:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-columns-from-a-table/m-p/276191#M53596</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-06-30T11:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove columns from a table</title>
      <link>https://community.jmp.com/t5/Discussions/Remove-columns-from-a-table/m-p/276468#M53641</link>
      <description>&lt;P&gt;Thanks txnelson,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're absolutely right, the solutions (at least the simple ones) are in the scripting guide. We're always in a hurry to take the time to check it out.&lt;/P&gt;&lt;P&gt;All works well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good day&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 10:29:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Remove-columns-from-a-table/m-p/276468#M53641</guid>
      <dc:creator>paul_apicella</dc:creator>
      <dc:date>2020-07-01T10:29:16Z</dc:date>
    </item>
  </channel>
</rss>

