<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 14/10/2016 00:08, Philipp Mühlmann a
écrit :<br>
</div>
<blockquote
cite="mid:CACf7ODv4XbywHn_JzvKhMpS=pfFU2X8kmxu+trsSNJNVFzhoXQ@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>
<div>Dear Scilab users,<br>
<br>
</div>
having a data file (*.cvs) containg following format:<br>
<br>
</div>
HEADER-Line<br>
</div>
dd.mm.yyyy, HH:MM:<a moz-do-not-send="true" href="http://SS.MS">SS.MS</a>,
value01, value02<br>
<br clear="all">
<div>
<div>
<div>
<div>.../...
<div>Is it possible to use cvsRead in such a way to
define the separator beeing ',' and ':' at the same
time?<br>
<br>
desired Matrix after reading the file is<br>
<br>
</div>
<div>M = [dd mm yyyy HH MM SS MS value1 value2]<br>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
.<br>
This requires also that "." to be considered as a separator to split
dd.mm.yyyy, in addition to "," and ":".<br>
Then, the SS.MS will yield 2 separate fields.<br>
<br>
</body>
</html>