csv2cell

Daniel Jacobson DJacobson at mcguireng.com
Thu Oct 16 17:42:36 CDT 2008


I found that the error was triggered when there was no 'return' after the last column & row. I just had to open the problem files, hit enter and save. Then csv2cell had no problem. Thanks for looking into it.

Dan


-----Original Message-----
From: Thomas Weber [mailto:thomas.weber.mail at gmail.com]
Sent: Monday, October 13, 2008 1:58 AM
To: Daniel Jacobson
Cc: help-octave at octave.org
Subject: Re: csv2cell

Am Dienstag, den 07.10.2008, 14:28 -0500 schrieb Daniel Jacobson:
> Has anyone else run into the following error when using the csv2cell()
> function?
>
>
>
> “error: cannot reread file.csv”

cvs2cell reads the whole file in order to get the number of rows. It
then steps back in the file, and this backstepping seems to fail.

Can you provide the csv file? And which system are you using?

        Thomas





More information about the Help-octave mailing list