File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
meta :
18
18
ADDON_NAME = ofxCsv
19
- ADDON_DESCRIPTION = openFrameworks addon for reading and writing CSV (Comma- Separated Values) files
19
+ ADDON_DESCRIPTION = openFrameworks addon for reading and writing CSV (Character Separated Values) files
20
20
ADDON_AUTHOR = Paul Vollmer
21
21
ADDON_TAGS = " utility" " file" " spreadsheet" " CSV"
22
22
ADDON_URL = https://github.com/paulvollmer/ofxCsv
Original file line number Diff line number Diff line change 33
33
#include " ofxCsvRow.h"
34
34
35
35
// / \class ofxCsv
36
- // / \brief table data loaded from & saved to CSV (Comma- Separated Value) files
36
+ // / \brief table data loaded from & saved to CSV (Character Separated Value) files
37
37
// /
38
38
// / See https://en.wikipedia.org/wiki/Comma-separated_values for format info.
39
39
// /
You can’t perform that action at this time.
0 commit comments