Dante Di Tommaso
Dante Di Tommaso
> * I will start an incompatible-app list and link in the README Indeed, a bad app, and without a doubt purposeful! So turns the world with internecine tech subversions...
Possibly related to this: https://pharmasug.org/proceedings/2018/EP/PharmaSUG-2018-EP08.pdf "The first question to ask is why SAS System Viewers cannot open datasets generated in SAS 9.4 ..."
in case it helps, also updated to STOCKS instead of CLASS, as noted below [sas94_loc2xpt_stocks_v5_v8.zip](https://github.com/user-attachments/files/20176365/sas94_loc2xpt_stocks_v5_v8.zip)
Indeed - My choice of test table was bad. I've updated snippets above to the SASHELP.STOCKS table (with explicit formats). meta.original_variable_types works! One note about handling of NULL or implicit...
Thank you! Looks good. The INformat outcomes (to match FORMATs) seem fair enough to me. I highlight simply for transparency. There could be scenarios when such and "inferred" INformat is...
Just to understand, and to report correctly to readstat: - Formats are from readstat - Informats are somehow separately and specifically from readstat? Informats seem particular to SAS/XPORT, so perhaps...
That's a helpful reference in [Readstat file to read xport](https://github.com/WizardMac/ReadStat/blob/a000e9c88fee1a003a60b3a86ef5a0ed2b38e56e/src/sas/readstat_xport_read.c#L377)! I redirected to readstat project, with an improvement request: - [If INformats are read in, it would be nice to...
[evanmiller added readstat c functions](https://github.com/WizardMac/ReadStat/issues/333#issuecomment-2904402456) ```c const char *readstat_variable_get_informat(const readstat_variable_t *variable); void readstat_variable_set_informat(readstat_variable_t *variable, const char *informat); ``` I struggle to test that directly in my env. I think I...
Thanks, once again. I'll check the informat_dev branch.
Looks great to me. Thank you! ``` Python version: 3.9.12 (main, Oct 5 2023, 23:34:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] pyreadstat version: 1.3.0 ori5 FMT {'STOCK': None, 'DATE': 'DATE',...