Uses of Class
org.dspace.app.bulkedit.DSpaceCSVLine
Packages that use DSpaceCSVLine
Package
Description
The DSpace Batch Metadata Editor, which uses a CSV file to export/import
item metadata.
-
Uses of DSpaceCSVLine in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit with type parameters of type DSpaceCSVLineModifier and TypeFieldDescriptionprotected List<DSpaceCSVLine>DSpaceCSV.linesAn array list of CSV linesMethods in org.dspace.app.bulkedit that return DSpaceCSVLineModifier and TypeMethodDescriptionMetadataImport.resolveEntityRefs(Context c, DSpaceCSVLine line) Gets a copy of the given csv line with all entity target references resolved to UUID strings.Methods in org.dspace.app.bulkedit that return types with arguments of type DSpaceCSVLineModifier and TypeMethodDescriptionfinal List<DSpaceCSVLine>DSpaceCSV.getCSVLines()Get the lines in CSV holdersMethods in org.dspace.app.bulkedit with parameters of type DSpaceCSVLineModifier and TypeMethodDescriptionprotected voidMetadataImport.compareAndUpdate(Context c, 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.MetadataImport.resolveEntityRefs(Context c, DSpaceCSVLine line) Gets a copy of the given csv line with all entity target references resolved to UUID strings.