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

Recombombulator for nested Collection exporting #560

Open
grahamjevon opened this issue Sep 3, 2024 · 0 comments
Open

Recombombulator for nested Collection exporting #560

grahamjevon opened this issue Sep 3, 2024 · 0 comments

Comments

@grahamjevon
Copy link
Collaborator

Situation

BX allows collection metadata to be exported. This csv export includes a row for the collection metadata itself. It also includes a row for each item (sub-collection or work) directly inside this collection.

Problem

The csv export will not include metadata for anything inside the sub-collections. Example:

  • You have a single top level collection, with 100 works organised into 5 sub-collections
  • You run an export on the single top level collection
  • The export will return 6 rows (1 for the top level collection, and 1 for each of the sub-collections
  • The export will not return any of the 100 works inside the sub-collections
  • If you want to get an export of the 100 works, you will need to run 5 separate exports (one export for each sub-collection).

Solution

Enable nested exporting so that a collection export drills down to return all data beneath it (whether that be collections in collections, works in collections, works within works, and files within works).

@grahamjevon grahamjevon changed the title Recombombulator for Collection exporting Recombombulator for nested Collection exporting Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Partner Wishlist
Development

No branches or pull requests

1 participant