The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Loadable Function: c = csvexplode (str)
Loadable Function: c = csvexplode (str, sep)
Loadable Function: c = csvexplode (str, sep, prot)

Explode a CSV string into a cell. sep (character value) changes the character used to separate two fields. The default value is a comma (,). prot (character value) changes the character used to protect a string. The default is a double quote (").

Package: io