Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated method to extract file from DataPackage / DataObject #88

Open
gothub opened this issue Sep 1, 2017 · 0 comments
Open

Automated method to extract file from DataPackage / DataObject #88

gothub opened this issue Sep 1, 2017 · 0 comments
Milestone

Comments

@gothub
Copy link
Contributor

gothub commented Sep 1, 2017

There is no automated way to extract data from a DataObject into the correct file
format (binary vs text) with the proper file type. One current method is to use
getMember() to extract a DataObject from a DataPackage, then use getData() to extract
the data from the DataObject, then use rawToChar() if necessary with something likewriteLines
or some similar function to write out to disk. All this should be incorporated into a single
function.

@gothub gothub added this to the 1.4.0 milestone Jun 12, 2018
@gothub gothub modified the milestones: 1.4.0, 1.5.0 Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant