-
Notifications
You must be signed in to change notification settings - Fork 492
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
create a zip file on the fly using the new "directorylabel" field added in pull request #3412 #3448
Comments
Pull request #3412 was merged so this could, in theory, be implemented, but on upload of a zip we'd need to persist the directory structure. We don't do this right now. This is feature we had in DVN 3.x. See "Download as zip while preserving directory structure" at "3.6 & 4.0 Feature Comparison" at https://docs.google.com/spreadsheets/d/1ftHM6E4b9Dft_AvA6KTzeklJyLguItz2_0hNAFL8-VM/edit?usp=sharing |
Update! We're discussing file hierarchy (#2249) today and @landreev and I both independently verified that when you upload a zip file, the "directorylabel" column in the database is indeed populated. Here's the file I uploaded:
And here's how it looks in the database: Here's how the files look in the GUI (I'm on Dataverse 4.9.4): |
Yes! |
This will depend on whether or not #3412 will be implemented.
That would allow the user to download the hierarchy in a zip file.
I also wonder if this would be possible using rsync.
This was called "Download as zip while preserving directory structure" in 3.6
The text was updated successfully, but these errors were encountered: