<?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: How to use JSL to make TXT files of decimal data into binary format files? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421261#M67014</link>
    <description>&lt;P&gt;I want to reduce the size of the file in this way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-09-27_1950.png" style="width: 546px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36104i963FD26392079BAC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-09-27_1950.png" alt="2021-09-27_1950.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 11:53:10 GMT</pubDate>
    <dc:creator>lwx228</dc:creator>
    <dc:date>2021-09-27T11:53:10Z</dc:date>
    <item>
      <title>How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421260#M67013</link>
      <description>&lt;P&gt;Decimal files use recent tabs to divide data into three columns.&lt;BR /&gt;They are all integers:&lt;BR /&gt;The data in the first column ranges from 90,000 to 199,999&lt;BR /&gt;Column 2: positive integers from 100 to 900,000&lt;BR /&gt;Third column: positive and negative integers or 0&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-09-27_1828.png" style="width: 243px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36091iC608EA9A04B75569/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-09-27_1828.png" alt="2021-09-27_1828.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;They have a lot of rows.&lt;BR /&gt;There is no limit to how to save them as binary files or file suffixes using JSL.&lt;BR /&gt;And&amp;nbsp; &amp;nbsp;need to figure out how to re-read restored decimal data from this new binary into JMP.&lt;BR /&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:57:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421260#M67013</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2023-06-09T19:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421261#M67014</link>
      <description>&lt;P&gt;I want to reduce the size of the file in this way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-09-27_1950.png" style="width: 546px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36104i963FD26392079BAC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-09-27_1950.png" alt="2021-09-27_1950.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 11:53:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421261#M67014</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-09-27T11:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421905#M67081</link>
      <description>&lt;P&gt;Open the preferences and look for the option to allow short integer columns. Create a data table with the data and use four bytes for each of your columns (available in the column dialog after you turn on the option.)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Using a 4-byte integer" style="width: 816px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36155i4237C14B0FED201A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Using a 4-byte integer" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Using a 4-byte integer&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I forget the exact rules, but approximately:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1-byte columns represent +/- 1e2 and missing,&lt;/LI&gt;&lt;LI&gt;2-byte +/- 3e4 and missing and&lt;/LI&gt;&lt;LI&gt;4-byte represent +/- 2e9 and missing.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Optional: turn on the whole table compression before saving. That will use a zip-like compression that &lt;EM&gt;might&lt;/EM&gt; compress even more, but only on disk, at the expense of slower saving and loading due to compression.&lt;/P&gt;&lt;P&gt;Using 4-byte integers will be half the size of 8-byte doubles. I think that will be true even after loading in memory. Turing on compression for the 8-byte doubles is likely to make the file almost as small as the compressed integer file because it should find the same redundancies to squeeze out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 02:25:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421905#M67081</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-09-29T02:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421960#M67088</link>
      <description>&lt;P&gt;Thank Craige!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have formatted each column like this, but still can't figure out how to save the binary file to the computer's hard drive?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-09-29_1553.png" style="width: 727px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36158i1FFCD9C48EFA3533/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-09-29_1553.png" alt="2021-09-29_1553.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-09-29_1554.png" style="width: 519px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36159i53119A6315F9F472/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-09-29_1554.png" alt="2021-09-29_1554.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 09:42:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421960#M67088</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-09-29T09:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421988#M67095</link>
      <description>&lt;P&gt;The JMP data table &lt;EM&gt;is&lt;/EM&gt; a binary file. Save it in any of the usual ways (file-&amp;gt;save, &amp;lt;&amp;lt;save) as a .JMP extension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, there is some meta data in the file, but if you have 1,000,000 rows of three 4-byte numbers, 12,000,000 bytes, the overhead of the meta data will be about ( 752 bytes / 12,000,000 bytes ), or &amp;lt; .01% overhead. In exchange, you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can load the file for free&lt;/LI&gt;&lt;LI&gt;Don't have to worry about remembering the column names&lt;/LI&gt;&lt;LI&gt;Can share it with other JMP users&lt;/LI&gt;&lt;LI&gt;Can add more columns if you need to, even mix and match 8-byte doubles&lt;/LI&gt;&lt;LI&gt;Don't need to invent another file extension (.dat, .bin, .myformat&amp;nbsp; ?)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need to share the data with non-JMP users, a compressed CSV will be pretty small and &lt;EM&gt;very&lt;/EM&gt; portable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All that said, if you &lt;EM&gt;must&lt;/EM&gt; make a binary file of some other format, see &lt;LI-MESSAGE title="JSL BLOB in an ESP32 Clock" uid="349164" url="https://community.jmp.com/t5/Uncharted/JSL-BLOB-in-an-ESP32-Clock/m-p/349164#U349164" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp; for an example using matrixToBlob. That file is holding highly structured data with self-contained offsets within itself to represent run-length encoded data for a bitmap, connected to a lookup table for each pixel's value. It was hard to get correct and hard to test and hard to use, but gave me the results I needed.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 11:50:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421988#M67095</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-09-29T11:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421997#M67099</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I SEE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-09-29_2016.png" style="width: 407px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36163iB6DEE70C7E3B1061/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-09-29_2016.png" alt="2021-09-29_2016.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank Craige!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 12:18:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/421997#M67099</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-09-29T12:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422039#M67101</link>
      <description>&lt;P&gt;How to format these columns to 4-byte INTEGER using JSL.I tried to write several did not work, also did not search.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Current Data Table();&lt;BR /&gt;Column(dt,1)&amp;lt;&amp;lt;Data Type(Numeric)&amp;lt;&amp;lt;Set Modeling Type(4-byte integer);&lt;BR /&gt;
Column(dt,1)&amp;lt;&amp;lt;Data Type(integer)&amp;lt;&amp;lt;Set Modeling Type(4-byte);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks Experts!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 14:13:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422039#M67101</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-09-29T14:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422050#M67103</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This conversion to binary is also not recorded in the JMP 16 log.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 14:11:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422050#M67103</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-09-29T14:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422075#M67107</link>
      <description>I'm pretty sure if you save the table script (of a table with 4-byte columns) and then edit that script you will see the proper Syntax for creating columns in the 4-byte binary format.</description>
      <pubDate>Wed, 29 Sep 2021 14:44:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422075#M67107</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-09-29T14:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422076#M67108</link>
      <description>I think it is numeric(4)</description>
      <pubDate>Wed, 29 Sep 2021 14:45:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422076#M67108</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-09-29T14:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422331#M67141</link>
      <description>&lt;P&gt;I still find this code.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-09-30_0719.png" style="width: 821px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36177i83658F700FD4738A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-09-30_0719.png" alt="2021-09-30_0719.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to write several did not work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Column(dt,1)&amp;lt;&amp;lt;Data Type(numeric(4))&amp;lt;&amp;lt;Set Modeling Type(Continuous);


Column(dt,1)&amp;lt;&amp;lt;Data Type(4)&amp;lt;&amp;lt;Set Modeling Type(Continuous);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 23:31:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422331#M67141</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-09-29T23:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422355#M67145</link>
      <description>&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6274833786001w960h540r303" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6274833786001" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6274833786001w960h540r303');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6274833786001"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 02:01:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422355#M67145</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-09-30T02:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422361#M67146</link>
      <description>&lt;P&gt;I see. I usually use JMP14 or 15.Because it's still Windows 7.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried another computer last night using JMP 16.I just saw it. "16.0.0"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-09-30_1012.png" style="width: 231px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36183i75866070167E226B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-09-30_1012.png" alt="2021-09-30_1012.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for Craige's unreserved patient help.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 02:25:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422361#M67146</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-09-30T02:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422423#M67151</link>
      <description>&lt;P&gt;The short numeric columns have been in JMP for a long time. Probably back to JMP 5, maybe longer. The preference menu has changed over time, but I think the script will work fine in old versions of JMP.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 09:25:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422423#M67151</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2021-09-30T09:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to make TXT files of decimal data into binary format files?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422548#M67165</link>
      <description>&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;dt=Open("/C:/1/ss.txt",columns(&lt;BR /&gt;New Column("c000001",Numeric(4),"Continuous",Format("Best",12)),&lt;BR /&gt;New Column("c000002",Numeric(4),"Continuous",Format("Best",12)),&lt;BR /&gt;New Column("c000003",Numeric(4),"Continuous",Format("Best",12))),&lt;BR /&gt;Import Settings(End Of Line(CRLF,CR,LF),End Of Field(Tab,CSV(0)),Strip Quotes(1),&lt;BR /&gt;Use Apostrophe as Quotation Mark(0),Use Regional Settings(0),Scan Whole File(1),&lt;BR /&gt;Treat empty columns as numeric(0),CompressNumericColumns(0),CompressCharacterColumns(0),&lt;BR /&gt;CompressAllowListCheck(0),Labels(0),Column Names Start(1),Data Starts(1),Lines To Read("All"),&lt;BR /&gt;Year Rule("20xx")));&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 14:42:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-make-TXT-files-of-decimal-data-into-binary/m-p/422548#M67165</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2021-09-30T14:42:25Z</dc:date>
    </item>
  </channel>
</rss>

