| Package | Description |
|---|---|
| org.dspace.app.bulkedit |
The DSpace Batch Metadata Editor, which uses a CSV file to export/import
item metadata.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DSpaceCSVLine> |
DSpaceCSV.lines
An array list of CSV lines
|
| Modifier and Type | Method and Description |
|---|---|
List<DSpaceCSVLine> |
DSpaceCSV.getCSVLines()
Get the lines in CSV holders
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2017 DuraSpace. All rights reserved.