| Package | Description |
|---|---|
| org.dspace.app.bulkedit |
The DSpace Batch Metadata Editor, which uses a CSV file to export/import
item metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<BulkEditChange> |
MetadataImport.runImport(boolean change,
boolean useWorkflow,
boolean workflowNotify,
boolean useTemplate)
Run an import.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MetadataImport.add(String[] fromCSV,
String md,
BulkEditChange changes)
Add an item metadata with a line from CSV, and optionally update the item
|
protected void |
MetadataImport.compare(Item item,
List<String> collections,
List<Collection> actualCollections,
BulkEditChange bechange,
boolean change)
Compare changes between an items owning collection and mapped collections
and what is in the CSV file
|
protected void |
MetadataImport.compare(Item item,
String[] fromCSV,
boolean change,
String md,
BulkEditChange changes,
DSpaceCSVLine line)
Compare an item metadata with a line from CSV, and optionally update the item
|
Copyright © 2022 LYRASIS. All rights reserved.