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