Hugo Raguet
Hugo Raguet
In csv, comma separate values (columns), newlines separate rows. But there is a possibility to insert comma or newlines within values : as part of values given between quotes "like,...
Here is a `install_octave.m` script, a slight modification of the `src/general.h` header and of the documentation in `README.md` enabling interface with GNU Octave. So that Matlab aficionados can go free...
Minimal example with the following 2x2 table in CSV, where the first row misses its second value : ``` 2 1,X ``` Selecting everything and issuing `:sort "+#A"` (for sorting...