|
libdsproc3
2.0
|
CSV Field Map Structure. More...
#include <dsproc3.h>
Data Fields | |
| const char * | out_name |
| name of the variable in the output dataset | |
| const char * | col_name |
| name of the column in the input CSV file | |
| const char * | units |
| units used in the CSV file | |
| int | nmissings |
| number of missing values used in the CSV file | |
| const char ** | missings |
| list of missing values used in the CSV file | |
| char * | missbuf |
| buffer used to parse the string of missing values | |