<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>One thing I find is that csvRead does not seem to extract data
correctly in 6.1.0 with " " (double space) as separator.<br>
</p>
<pre style="font-family:Monospaced;font-style:normal;font-size:12.0;"><span style="color:rgb(188,143,143);">test4.csv
11</span> <span style="color:rgb(188,143,143);">2</span> <span style="color:rgb(188,143,143);">3</span> <span style="color:rgb(188,143,143);">4</span>
<span style="color:rgb(188,143,143);">11</span> <span style="color:rgb(188,143,143);">21</span> <span style="color:rgb(188,143,143);">3</span> <span style="color:rgb(188,143,143);">41</span></pre>
<p>6.1.0<br>
</p>
<p>csvRead("test4.csv"," ")<br>
ans =<br>
<br>
Nan Nan Nan 4. <br>
Nan Nan Nan 41.<br>
</p>
<p>6.0.2<br>
</p>
<p> csvRead("test4.csv"," ")<br>
ans =<br>
<br>
11. 2. 3. 4. <br>
11. 21. 3. 41.<br>
</p>
<p>Jan<br>
</p>
<div class="moz-cite-prefix">On 2020-05-13 10:46 AM, Daniel
Stringari wrote:<br>
</div>
<blockquote type="cite"
cite="mid:1589359560840-0.post@n3.nabble.com">
<pre class="moz-quote-pre" wrap="">Good Morning,
I'll post snippets of the code in question. Thanks for the effort Jan, the
detail is that no matter how much the file exists when the code is run, the
same file is deleted at the beginning by the MDELETE function, afterwards
the code itself tries to create it again. This happens because this code
aims to extract data from a specific software and that is why I ended up not
sending the whole code at the beginning, considering that you would not be
able to run it without some repairs.
Daniel.
<a class="moz-txt-link-freetext" href="https://drive.google.com/open?id=1TFWO1RrEsF9SkrBAFUC3DPu6Mmanaapn">https://drive.google.com/open?id=1TFWO1RrEsF9SkrBAFUC3DPu6Mmanaapn</a>
<a class="moz-txt-link-rfc2396E" href="https://drive.google.com/open?id=1TFWO1RrEsF9SkrBAFUC3DPu6Mmanaapn"><https://drive.google.com/open?id=1TFWO1RrEsF9SkrBAFUC3DPu6Mmanaapn></a>
--
Sent from: <a class="moz-txt-link-freetext" href="http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html">http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html</a>
_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
</body>
</html>