fcrepo-exts / migration-utils

An in-development framework for managing data migrations from previous versions to 4.x.
Apache License 2.0
13 stars 29 forks source link

Add option to migrate FOXML file as a whole #152

Closed bcail closed 3 years ago

bcail commented 3 years ago

Add option to migrate FOXML file as a whole


JIRA Ticket: (https://jira.lyrasis.org/browse/FCREPO-3626)

What does this Pull Request do?

Adds option to migrate Foxml file as a whole, instead of creating the RDF files for object properties and datastream properties.

How should this be tested?

There's an automated test, but you can pass --foxml-file as an option (with PLAIN_OCFL), and you should see a FOXML file in the OCFL object, instead of multiple .nt files.

Additional Notes:

This will require documentation to be updated.

Interested parties

@fcrepo/committers