<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Reporter</th>
<td>ouaigooo@hotmail.com</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - csvRead got it wrong"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15482">15482</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>csvRead got it wrong
</td>
</tr>
<tr>
<th>Product</th>
<td>Scilab software
</td>
</tr>
<tr>
<th>Version</th>
<td>6.0.1
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows 10
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Major
</td>
</tr>
<tr>
<th>Component</th>
<td>Scilab
</td>
</tr>
<tr>
<th>Assignee</th>
<td>bugzilla.admin@scilab.org
</td>
</tr>
</table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=4679" name="attach_4679" title="test input data">attachment 4679</a> <a href="attachment.cgi?id=4679&action=edit" title="test input data">[details]</a></span>
test input data
BUG DESCRIPTION:
----------------
csvRead reads '0' instead of data value at lines 4681 and 9362 !
was ok with 6.0.0, but wrong with 6.0.1.
ERROR LOG:
----------
HOW TO REPRODUCE THE BUG:
-------------------------
M = csvRead('data.csv', ';', '.', 'string');
M(4679:4685,:)
M(9360:9364,:)
OTHER INFORMATION:
------------------</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>