#import <ccsv.h>
Public Member Functions | |
(id) | - init |
Initialize CCsv instance. | |
(void) | - dealloc |
Release the content of CSV data. | |
(int) | - parse:withEscape: |
Parse text data and make CSV data. | |
(uint_t) | - rowNum |
Get number of rows in the CSV data. | |
(CList *) | - rowList |
Get list of rows in CSV data. | |
(void) | - print: |
Print the content of CSV data. | |
Static Public Member Functions | |
(id) | + parse:withEscape: |
Parse text data and make CSV data. | |
Protected Attributes | |
CList * | row_list |
|
Release the content of CSV data.
|
|
Initialize CCsv instance.
|
|
Parse text data and make CSV data.
|
|
Parse text data and make CSV data.
|
|
Print the content of CSV data.
|
|
Get list of rows in CSV data.
|
|
Get number of rows in the CSV data.
|
|
List of list for colmuns. |