Package org.dspace.app.bulkedit
The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.
- works on items, communities, collections or the whole site
- can also create new items, delete items and withdraw/restore them
- cannot export/import bitstreams
-
Class Summary Class Description BulkEditChange Utility class to store changes to item that may occur during a batch edit.BulkEditMetadataValue Value class used for metadata value edits used by the bulk edit.DSpaceCSV Utility class to read and write CSV files ************** Important Note ************** This class has been made serializable, as it is stored in a Session.DSpaceCSVLine Utility class to store a line from a CSV fileMetadataExport Metadata exporter to allow the batch export of metadata into a fileMetadataImport Metadata importer to allow the batch import of metadata from a file -
Exception Summary Exception Description MetadataImportException Metadata importer exceptionMetadataImportInvalidHeadingException Metadata importer exception