ReadStat
ReadStat copied to clipboard
XPTv8: support for informats
Two new functions:
const char *readstat_variable_get_informat(const readstat_variable_t *variable);
void readstat_variable_set_informat(readstat_variable_t *variable, const char *informat);
These only work with XPORT v8.
INFORMAT in sas7bdat is documented here https://github.com/BioStatMatt/sas7bdat/pull/19
works well in pyreadstat. I will take the changes once this is merged into dev.