HEAL / healdata-utils

HEAL data packaging tools
https://heal.github.io/healdata-utils/
0 stars 4 forks source link

Support for value labels for SAS (adding sas7bcat param) #13

Closed mbkranz closed 1 year ago

mbkranz commented 1 year ago

Adds a parameter called sas7bcat_file_path (#6) to the convert_readstat function and a sas7bcat_filepath to the overall convert_to_vlmd function (note minor difference in name to stay consistent with main file path call).

This is the first format specific parameter and we we will need to think about restructuring the CLI so that it will be easier to customize.

Eg vlmd sas --filepath pathtofile --sas7bcat_filepath pathtocatelog rather than vlmd --filepath pathtofile --sas7bcat sas7bcat_filepath