<?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 How to keep numeric data from changing to scientific notation during import from Excel file in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/265882#M51787</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am importing data from an Excel file. My data becomes scientific notation and then I lose the details from the last two digits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I import numbers from an Excel file so that JMP does not change the format to scientific notation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of the data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Number&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108701&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108702&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108703&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108704&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108705&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108706&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108707&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wende&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2020 20:57:24 GMT</pubDate>
    <dc:creator>Wende</dc:creator>
    <dc:date>2020-05-11T20:57:24Z</dc:date>
    <item>
      <title>How to keep numeric data from changing to scientific notation during import from Excel file</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/265882#M51787</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am importing data from an Excel file. My data becomes scientific notation and then I lose the details from the last two digits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I import numbers from an Excel file so that JMP does not change the format to scientific notation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of the data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Number&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108701&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108702&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108703&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108704&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108705&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108706&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20160609144108707&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wende&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 20:57:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/265882#M51787</guid>
      <dc:creator>Wende</dc:creator>
      <dc:date>2020-05-11T20:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep numeric data from changing to scientific notation during import from Excel file</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/265907#M51790</link>
      <description>&lt;P&gt;What does the data represent? If it is a date-time in 2016, precise to the millisecond, the answer might be for converting it to a JMP date-time value. If it is a part number you should keep it as character data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it a CSV file? Are you using text file import or Multiple File Import or Excel Import?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not an Excel expert, but I think those values are string data in Excel.&lt;/P&gt;&lt;P&gt;Most programs (JMP included) use a double precision floating point representation that can't handle exact integers bigger than 2^53, which is smaller than those numbers.&lt;/P&gt;&lt;P&gt;You can make JMP use a format that will look like an integer, but least significant digits are not really there.&lt;/P&gt;&lt;P&gt;Format( "Fixed Dec", 18, 0 )&lt;/P&gt;&lt;P&gt;There are at most 15-16 significant digits in a double.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="big integer values" style="width: 880px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/23890i48E276FABD5137A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="big integer values" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;big integer values&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 21:43:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/265907#M51790</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2020-05-11T21:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep numeric data from changing to scientific notation during import from Excel file</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/265909#M51791</link>
      <description>Hi Wende,&lt;BR /&gt;I can confirm that for long numerical sequences (like you have), Import from Excel caps the number of significant digits to 15.&lt;BR /&gt;Here is a work around suggestion (not pretty but it should work):&lt;BR /&gt;&lt;BR /&gt;If your values are not truly numerical but are strings made of digits, try adding one character at the end of the Excel column named Number. That will force JMP to load these as character. You can then extract the necessary information with Character functions.&lt;BR /&gt;&lt;BR /&gt;Another way is to export your Excel file as TAB delimited and use the interactive dialog to set the data type&lt;BR /&gt;&lt;BR /&gt;Finally, it looks like your data may be dates and times plus something else. If it is the case, it might be useful to look into data/time formatting.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;TS&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 May 2020 21:53:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/265909#M51791</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2020-05-11T21:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep numeric data from changing to scientific notation during import from Excel file</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/266944#M52000</link>
      <description>&lt;P&gt;Thank you very much for your response!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wound up adding a letter at the beginning so that the data would import correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The format is a blend of date format and sequential numbering which causes the date to not work directly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wende&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 15:14:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/266944#M52000</guid>
      <dc:creator>Wende</dc:creator>
      <dc:date>2020-05-15T15:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep numeric data from changing to scientific notation during import from Excel file</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/266945#M52001</link>
      <description>&lt;P&gt;Thank you very much for the knowledge about 2^53. I bet that some programmer thought there was no way that someone would ever need that big of a number when programming years and years ago on a 256 kb computer :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed the file to import to a text file and also added a leading character to solve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wende&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 15:21:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/266945#M52001</guid>
      <dc:creator>Wende</dc:creator>
      <dc:date>2020-05-15T15:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep numeric data from changing to scientific notation during import from Excel file</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/277577#M53934</link>
      <description>&lt;P&gt;If using the import tool, you can select character for the column data type.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dhwkoo_0-1594275343925.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/25218i9E5889DE1EF23C77/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dhwkoo_0-1594275343925.png" alt="dhwkoo_0-1594275343925.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 06:16:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-keep-numeric-data-from-changing-to-scientific-notation/m-p/277577#M53934</guid>
      <dc:creator>dhwkoo</dc:creator>
      <dc:date>2020-07-09T06:16:44Z</dc:date>
    </item>
  </channel>
</rss>

