selik / xport

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

Cannot specify name of dataset #14

Closed dsgoldberg closed 4 years ago

dsgoldberg commented 6 years ago

There is no way to specify the name of the dataset generated. Looking in the code, I see it always defaults to 'dataset'.

Maybe the from_rows and from_columns functions could take an optional parameter to specify the dataset name.

selik commented 6 years ago

@dsgoldberg I'll take a look at this in a few weeks ...

selik commented 4 years ago

Solved #34