<?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: Excel Import Date Format in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Excel-Import-Date-Format/m-p/16620#M15144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data has a format applied to it within Excel, then JMP 12 should import it properly.&amp;nbsp; I just tried a case.&amp;nbsp; However, if it is typed as General or m/d/y, then it is going to be imported as m/d/y if you are running Windows or Mac under United States settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The alternative is to go into Excel, set the format for the column (Right mouse column header, format cells...) and set the locale to somewhere where d/m/y is the default.&amp;nbsp; You can then select the correct format and resave the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data comes in as Character because JMP couldn't get a format from Excel, it should be easy to change it to Numeric Date with the format that you desire. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian Corcoran&lt;/P&gt;&lt;P&gt;JMP Development&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 20:43:54 GMT</pubDate>
    <dc:creator>briancorcoran</dc:creator>
    <dc:date>2016-01-29T20:43:54Z</dc:date>
    <item>
      <title>Excel Import Date Format</title>
      <link>https://community.jmp.com/t5/Discussions/Excel-Import-Date-Format/m-p/16619#M15143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;i want to import an Excel-File ( xls ) with the Open() function. Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;dt = Open(&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "path\file.xls",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Worksheets( "worksheet1" ),&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use for all sheets( 0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concatenate Worksheets( 0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create Concatenation Column( 0 ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Worksheet Settings(&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; 1,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Has Column Headers( 1 ),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Number of Rows in Headers( 1 ),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Headers Start on Row( 5 ),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Data Starts on Row( 6 ),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Data Starts on Column( 2 ),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Data Ends on Row( 0 ),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Data Ends on Column( 0 ),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Replicated Spanned Rows( 1 ),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Suppress Hidden Rows( 1 ),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Suppress Hidden Columns( 1 ),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Suppress Empty Columns( 1 ),&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Treat as Hierarchy( 0 ),&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2nd column in the xls-file ( Column 2 &amp;lt;--&amp;gt; Data Starts on Column(2) ) is filled with dates in the format dd.mm.yyyy. The issue is now, that the import doesn´t work correct, since it imports the dates in the format mm.dd.yyyy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to import the dates in the approbiate format, i. e. dd.mm.yyyy ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 16:24:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Excel-Import-Date-Format/m-p/16619#M15143</guid>
      <dc:creator>vkessler</dc:creator>
      <dc:date>2016-01-29T16:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Import Date Format</title>
      <link>https://community.jmp.com/t5/Discussions/Excel-Import-Date-Format/m-p/16620#M15144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data has a format applied to it within Excel, then JMP 12 should import it properly.&amp;nbsp; I just tried a case.&amp;nbsp; However, if it is typed as General or m/d/y, then it is going to be imported as m/d/y if you are running Windows or Mac under United States settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The alternative is to go into Excel, set the format for the column (Right mouse column header, format cells...) and set the locale to somewhere where d/m/y is the default.&amp;nbsp; You can then select the correct format and resave the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data comes in as Character because JMP couldn't get a format from Excel, it should be easy to change it to Numeric Date with the format that you desire. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian Corcoran&lt;/P&gt;&lt;P&gt;JMP Development&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 20:43:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Excel-Import-Date-Format/m-p/16620#M15144</guid>
      <dc:creator>briancorcoran</dc:creator>
      <dc:date>2016-01-29T20:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Import Date Format</title>
      <link>https://community.jmp.com/t5/Discussions/Excel-Import-Date-Format/m-p/16621#M15145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;thank you for the quick anwser. Setting the date column in excel to a fixed date format (not sensitive to local settings) did the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 08:39:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Excel-Import-Date-Format/m-p/16621#M15145</guid>
      <dc:creator>vkessler</dc:creator>
      <dc:date>2016-02-01T08:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Import Date Format</title>
      <link>https://community.jmp.com/t5/Discussions/Excel-Import-Date-Format/m-p/39262#M22958</link>
      <description>&lt;P&gt;I have the same problem, but I have dozens of files and would like to handle this within a script and without editing source data files. &amp;nbsp;JMP reads in most of hte files fine but occassioanlly if the first few rows have ambiguous formats, ie day &amp;lt;= 12, then it reads the format in as mm/dd/yyyy and any dates where day&amp;gt;12 just goes missing. the date format within Excel is correct, ie dd/mm/yyyy. &amp;nbsp;If it were a CSV file I could specify the format of specific columns. Is that possible for JMP? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 00:26:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Excel-Import-Date-Format/m-p/39262#M22958</guid>
      <dc:creator>ghartel</dc:creator>
      <dc:date>2017-05-16T00:26:14Z</dc:date>
    </item>
  </channel>
</rss>

