<html>
<head>
<base href="https://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:oscarvdvelde@yahoo.com" title="Oscar van der Velde <oscarvdvelde@yahoo.com>"> <span class="fn">Oscar van der Velde</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - csvRead : wrong EndOfLine management with header optional argument"
href="https://bugzilla.scilab.org/show_bug.cgi?id=15437">bug 15437</a>
<br><br>
---------- Bug Summary ----------- <br>csvRead : wrong EndOfLine management with header optional argument <br><br>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>oscarvdvelde@yahoo.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - csvRead : wrong EndOfLine management with header optional argument"
href="https://bugzilla.scilab.org/show_bug.cgi?id=15437#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - csvRead : wrong EndOfLine management with header optional argument"
href="https://bugzilla.scilab.org/show_bug.cgi?id=15437">bug 15437</a>
from <span class="vcard"><a class="email" href="mailto:oscarvdvelde@yahoo.com" title="Oscar van der Velde <oscarvdvelde@yahoo.com>"> <span class="fn">Oscar van der Velde</span></a>
</span></b>
<pre>I confirm this. Example CSV file first lines:
NARR3D_201711_2224.vandervelde284472 - Grid Skew-T 2017-11-22 06:00:00Z
AirPressure [hPa],Altitude [m],AirTemperature [°C],DewPoint [°C],WesterlyWind [m/s],SoutherlyWind [m/s]
100.0,16220.635,-80.624275,-87.82897,1.8980532,-1.7719269
125.0,14798.65,-75.520424,-82.59568,6.6764746,-0.52545166
150.0,13637.455,-67.65185,-74.4463,4.585495,-2.3138123
Reading it:
M=csvRead(sounfolder+file_to_process, ',', [], "double", [], [], [], 2)
M =
0. 16220.635 -80.624275 -87.82897 1.8980532 -1.7719269
125. 14798.65 -75.520424 -82.59568 6.6764746 -0.5254517
150. 13637.455 -67.65185 -74.4463 4.585495 -2.3138123
The 0 should be 100.
Same command on 6.0.0 worked fine.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>