octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #58618] [octave forge] (io) csv2cell does not


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #58618] [octave forge] (io) csv2cell does not read all rows
Date: Fri, 19 Jun 2020 05:08:19 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #58618 (project octave):

                  Status:                    None => Need Info              
        Operating System:               GNU/Linux => Any                    
                 Summary: csv2cell does not read all rows => [octave forge]
(io) csv2cell does not read all rows

    _______________________________________________________

Follow-up Comment #2:

csv2cell's read buffer indeed is set to 4096 chars, see L. 193:

#define MAXSTRINGLENGTH 4096

It's easy to recompile csv2cell yourself after adapting this value; just a:

mkoctfile csv2cll.cc will do.

Beware that you first have to unload the io package and do a "clear -f" to
unload the resident csv2cell incarnation.

Noting that this value was set there years ago when processing .csv data files
with extremely long lines wasn't done very often, is there any reasonable
value you'd like to suggest for this value now?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58618>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]