Skip to content
forked from paulvollmer/ofxCsv

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

License

Notifications You must be signed in to change notification settings

ofCinzio/ofxCsv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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.

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

Tested Platform:
MacOS 10.6
Win ???
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

Author

ofxCsv is developed by Paul Vollmer http://wrong-entertainment.com/
Check out for new release at https://github.com/wrongentertainment/ofxCsv/

Mail: paul.vollmer@fh-potsdam.de
Url: http://www.wrong-entertainment.com
Github: http://www.github.com/wrongentertainment

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

Languages

  • C++ 84.8%
  • Objective-C 15.2%