Skip to content

WrongEntertainment/ofxCsv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxCsv

General Information
ofxCsv is an addon for openFrameworks to read and write CSV(Character Separated Values) files.
You can choose a character separator to create individual tables.
Inspired and based on Ben Fry's table class.

Check out for new release at https://github.com/paulvollmer/ofxCsv/

Current Version:
0.1.3 (stable and versioned using semantic versioning)

Tested Platform:
MacOS 10.6
Win8 64bit
Linux ???
openFrameworks version:
0071
Dependencies
X

API Overview:
loadFile(string path, string separator, string comments)
loadFile(string path, string separator)
loadFile(string path)
saveFile(string path, string separator, string comments)
saveFile(string path, string separator)
saveFile(string path)
saveFile()
createFile(string path)
vector getFromString(string s, string separator)
vector getFromString(string s)
getInt(int row, int col)
getFloat(int row, int col)
getString(int row, int col)
getBool(int row, int col)
setInt(int row, int col, int what)
setFloat(int row, int col, float what)
setString(int row, int col, string what)
setBool(int row, int col, bool what)

Issues and Bugs
You can find a list of all known bugs at GitHub. Please report if you find an unknown bug.

Changelog

A detailed changelog, intended for programmers.

0.1.3
small bugfix (thanks to Pinkerton)

0.1.2
moved to ofxCsv Repository

0.1.1b
small changes (also at ofxWrongPowder Repository)

0.1.0
starting addon at ofxWrongPowder Repository

Contributors

License

ofxCsv is Licensed under MIT Public License: http://www.opensource.org/licenses/MIT

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published