Re: [Scilab-users] CsvRead function

2020-05-13 Thread Jan Åge Langeland
One thing I find is that csvRead does not seem to extract data correctly in 6.1.0 with "  " (double space) as separator. test4.csv 11 2 3 4 11 21 3 41 6.1.0 csvRead("test4.csv","  ")  ans  =    Nan   Nan   Nan   4.    Nan   Nan   Nan   41. 6.0.2  csvRead("test4.csv","  ")  ans 

Re: [Scilab-users] CsvRead function

2020-05-13 Thread Daniel Stringari
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

Re: [Scilab-users] CsvRead function

2020-05-13 Thread Clément David
Hello all, hello Daniel, There has been some modification on the csvRead code to speed things up and there might be some issue in the new code. If you can reproduce with a reduced CSV file, could you open a bug with a sample of your code ? Thanks, -- Clément From: users On Behalf Of Jan