ofxCsv icon indicating copy to clipboard operation
ofxCsv copied to clipboard

openFrameworks addon for reading and writing CSV(Character Separated Values) Files.

Results 6 ofxCsv issues
Sort by recently updated
recently updated
newest added

Thank you for this great addon. It's super useful. Is there a way to sort according to a specific column? I assume not since I did not see any in...

I would like to read an encrypted csv file using this addon: https://github.com/jkosoy/ofxCrypto My idea is to hide the file (previously encrypted outside OF) when using my app on an...

I always seem to get 0 when I load the first value of the first row. For example for the following csv file: `20,3,2 2,34,12 293,12,1 39,10,10 ` using this...

I am trying to use this addon on Ubuntu, with OF 0.9.8. I have the following error: ``` /home/nuc/Documents/Code/openFrameworks/addons/ofxCsv/src/ofxCsvRow.cpp: In member function ‘void ofxCsvRow::trim()’: /home/nuc/Documents/Code/openFrameworks/addons/ofxCsv/src/ofxCsvRow.cpp:315:50: error: no matching function for...

They are included in the method parameters but not currently implemented?