Closed mjordan closed 6 years ago
The Islandora REST Ingester requires data for single-file objects to be organized differently than Islandora Batch; each object's files are in a subdirectory, and each file is named after a datastream, like this:
sampleinput/ ├── foo │ ├── MODS.xml │ └── OBJ.png ├── bar │ ├── MODS.xml │ └── OBJ.jpg ├── empty └── baz ├── MODS.xml ├── TN.png └── OJB.jpg
iipqa should provide a validator for this data.
Turns out we needed to add a --skip_structure option to allow compound packages to pass.
--skip_structure
Closed with 2851acb8ddb9608c60cfb21631ac1af2ecd0b53c.
The Islandora REST Ingester requires data for single-file objects to be organized differently than Islandora Batch; each object's files are in a subdirectory, and each file is named after a datastream, like this:
iipqa should provide a validator for this data.