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

Enhancements to zip_to_disk.frame() #328

Open
cchris005 opened this issue Mar 10, 2021 · 4 comments
Open

Enhancements to zip_to_disk.frame() #328

cchris005 opened this issue Mar 10, 2021 · 4 comments

Comments

@cchris005
Copy link

Hi!
To promote use of disk.frame in our office environment, we'd need two enhancements:
1/ Support for .7z compressed format in zip_to_disk.frame()
2/ Support for .001 multipart archive in same function. This implies looking at the extension prior to .001 (like in "large_stuff.zip.001") and taking into account the linked files (.002, .003 etc) which should appear in the same directory as the .001 leader file, either as compressed (.zip or .7z) or CSV file (any other extension), and which are the other parts of the large file that was split, for instance for easing transfer from a machine to another.
Keep on the good work!
CChris

@xiaodaigh
Copy link
Collaborator

Support for .7z compressed format in zip_to_disk.frame()

If you can help me do some research on this. What R packages supports .7z format? And does the package support the multipart .7z that you need?

@cchris005
Copy link
Author

cchris005 commented Mar 13, 2021 via email

@xiaodaigh
Copy link
Collaborator

did not return any R package handling .7z files without 7-zip being installed prior.

that would be difficult to test properly. I have other dev items to prioritise at the moment like better NSE and highe test coverage so unlikely to be able to prioritise this anytime soon.

If this is really needed, I do accept consulting funding to prioritise feature if needed.

@cchris005
Copy link
Author

cchris005 commented Mar 19, 2021 via email

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

2 participants