<?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: Save xlsx to csv file in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Save-xlsx-to-csv-file/m-p/336573#M58399</link>
    <description>Got it. Thanks Jim.</description>
    <pubDate>Mon, 23 Nov 2020 16:49:13 GMT</pubDate>
    <dc:creator>nikles</dc:creator>
    <dc:date>2020-11-23T16:49:13Z</dc:date>
    <item>
      <title>Save xlsx to csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Save-xlsx-to-csv-file/m-p/36763#M21584</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;anyone know how to save .xlsx to csv file with jsl? Is it possible to make it?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 01:50:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-xlsx-to-csv-file/m-p/36763#M21584</guid>
      <dc:creator>blue1994</dc:creator>
      <dc:date>2017-03-06T01:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Save xlsx to csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Save-xlsx-to-csv-file/m-p/36764#M21585</link>
      <description>&lt;P&gt;names default to here(1);&lt;/P&gt;
&lt;P&gt;dt=Open("path to the file.xlsx");&lt;/P&gt;
&lt;P&gt;dt&amp;lt;&amp;lt;save as("path to new file.csv");&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Details can be found at:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Scripting Index==&amp;gt;Data Table==&amp;gt;Save As&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the example from the Scripting Index&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Save( "C:\Big Class.jmp" );
dt &amp;lt;&amp;lt; Save( "C:\Big Class.csv" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Mar 2017 02:21:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-xlsx-to-csv-file/m-p/36764#M21585</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-03-06T02:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Save xlsx to csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Save-xlsx-to-csv-file/m-p/336301#M58369</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;. &amp;nbsp;I'm curious if you happen to know of a method to convert an xlsx file to csv or text that does not require opening the xlsx as a JMP table first. &amp;nbsp;I have a few reasons, but the biggest reason is speed. &amp;nbsp;I've found that I can open a csv as a text string and perform a lot of preprocessing on it before creating the jmp table. &amp;nbsp;This seems to greatly improve speed, especially when opening multiple dozens of files at once. &amp;nbsp;My thinking is if I could convert excel tables to csv first, I could use the same script that I already use for opening our csv files into JMP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been looking at the possibility of incorporating a python script into my jsl script, but I'm reluctant to require users to have the right python version and libraries on their machines. &amp;nbsp;Would be nice if there were a way to do it directly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts on this are greatly appreciated. &amp;nbsp;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 01:23:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-xlsx-to-csv-file/m-p/336301#M58369</guid>
      <dc:creator>nikles</dc:creator>
      <dc:date>2020-11-23T01:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Save xlsx to csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Save-xlsx-to-csv-file/m-p/336321#M58371</link>
      <description>&lt;P&gt;There may be a 3rd party shareware product out there that converts xlsx to csv, but there is nothing in native JMP to do that without reading it in as a JMP file first.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 02:29:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-xlsx-to-csv-file/m-p/336321#M58371</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-11-23T02:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Save xlsx to csv file</title>
      <link>https://community.jmp.com/t5/Discussions/Save-xlsx-to-csv-file/m-p/336573#M58399</link>
      <description>Got it. Thanks Jim.</description>
      <pubDate>Mon, 23 Nov 2020 16:49:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-xlsx-to-csv-file/m-p/336573#M58399</guid>
      <dc:creator>nikles</dc:creator>
      <dc:date>2020-11-23T16:49:13Z</dc:date>
    </item>
  </channel>
</rss>

