|
assist
2.4-0-3-ga7c7afb.el6
|
Structure used to read CVS files. More...
#include <csv_utils.h>
Data Fields | |
| char * | file_name |
| name of the file | |
| char * | full_path |
| full path to the file | |
| struct stat | file_stats |
| file stats | |
| char * | file_data |
| in memory copy of the file | |
| int | nlines |
| number of lines in the file | |
| char ** | lines |
| array of line pointers | |
| int | linenum |
| current line number | |
| char * | line |
| pointer to the current line in memory | |
| char ** | headers |
| pointers to the header fields | |
| char *** | fields |
| pointers to the fieed values | |
| int | nfields |
| number of fields per records | |
| int | nrecs |
| number of records | |
| int | nbytes_alloced |
| allocated length of the file_data array | |
| int | nlines_alloced |
| allocated length of the lines array | |
| int | nfields_alloced |
| number of fields allocated | |
| int | nrecs_alloced |
| number of records allocated | |
| int * | indexes |
| buffer used for csv record indexes | |
Structure used to read CVS files.
Definition at line 50 of file csv_utils.h.