|
libdsproc3
2.0
|
CSV Configuration Structure. More...
#include <dsproc3.h>
Data Fields | |
| const char * | proc |
| the process name | |
| const char * | site |
| the site name | |
| const char * | fac |
| the facility name | |
| const char * | name |
| the conf file base name | |
| const char * | level |
| the conf file level | |
| const char * | file_path |
| path to the configuration file | |
| const char * | file_name |
| name of the configuration file | |
| int | search_npaths |
| number of conf file search paths | |
| const char ** | search_paths |
| list of conf file search paths | |
| DirList * | dirlist |
| list of time varying conf files | |
| int | fn_npatterns |
| number of csv file name patterns | |
| const char ** | fn_patterns |
| list of csv file name patterns | |
| int | ft_npatterns |
| number of csv file time patterns | |
| const char ** | ft_patterns |
| list of csv file time patterns | |
| char | delim |
| column delimiter | |
| const char * | header_line |
| string containing the header line | |
| const char * | header_tag |
| string identifier for the header line | |
| int | header_linenum |
| line number of the first header line | |
| int | header_nlines |
| number of header lines | |
| int | exp_ncols |
| expected number of columns | |
| int | time_ncols |
| number of time columns | |
| CSVTimeCol * | time_cols |
| list of time columns | |
| int | field_nmaps |
| number of entries in the field map | |
| CSVFieldMap * | field_maps |
| field map | |
| const char * | split_interval |
| split interval for output files | |