selik / xport

Python reader and writer for SAS XPORT data transport files.
MIT License
49 stars 24 forks source link

Add ability to supply a dataset name to xport library. #15

Closed dsgoldberg closed 4 years ago

dsgoldberg commented 6 years ago

As I mentioned in https://github.com/selik/xport/issues/14 - currently the dataset name defaults to 'dataset'.

This pull request adds an optional variable of datasetname to the from* functions so that you can provide a dataset_name if needed.

selik commented 4 years ago

Sorry I didn't get around to this for so long @dsgoldberg . I merged a big change (#34) which adds this feature.