ReadStat icon indicating copy to clipboard operation
ReadStat copied to clipboard

XPTv8: support for informats

Open evanmiller opened this issue 7 months ago • 2 comments

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.

evanmiller avatar May 23 '25 13:05 evanmiller

INFORMAT in sas7bdat is documented here https://github.com/BioStatMatt/sas7bdat/pull/19

evanmiller avatar May 31 '25 20:05 evanmiller

works well in pyreadstat. I will take the changes once this is merged into dev.

ofajardo avatar Jun 24 '25 13:06 ofajardo