<?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 JMP import Excel from columns that are not continuous in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-import-Excel-from-columns-that-are-not-continuous/m-p/386384#M63648</link>
    <description>&lt;P&gt;My example here is: I have an excel table currently with 50 columns and is continuously growing. I only want to import first 4 column and last 5 column at any time. How do I achieve that with JMP script.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 19:47:14 GMT</pubDate>
    <dc:creator>aaronjiang</dc:creator>
    <dc:date>2023-06-09T19:47:14Z</dc:date>
    <item>
      <title>JMP import Excel from columns that are not continuous</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-import-Excel-from-columns-that-are-not-continuous/m-p/386384#M63648</link>
      <description>&lt;P&gt;My example here is: I have an excel table currently with 50 columns and is continuously growing. I only want to import first 4 column and last 5 column at any time. How do I achieve that with JMP script.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:47:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-import-Excel-from-columns-that-are-not-continuous/m-p/386384#M63648</guid>
      <dc:creator>aaronjiang</dc:creator>
      <dc:date>2023-06-09T19:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: JMP import Excel from columns that are not continuous</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-import-Excel-from-columns-that-are-not-continuous/m-p/386564#M63658</link>
      <description>&lt;P&gt;I am not aware of being able to input just a specified list of columns from an Excel spreadsheet. (but I am not an Excel expert).&amp;nbsp; However, if you place this JSL as the first statements after reading in the spreadsheet it will 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(index(5,ncols(dt)-5));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 20:42:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-import-Excel-from-columns-that-are-not-continuous/m-p/386564#M63658</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-05-18T20:42:25Z</dc:date>
    </item>
  </channel>
</rss>

