Hi Tom,

You could use itemupdate for this -
https://wiki.duraspace.org/display/DSDOC18/Updating+Items+via+Simple+Arc
hive+Format

Layout a directory in the simple archive format e.g.

sourcedir/
|-- 001
|   |-- contents
|   |-- dublin_core.xml
|   |-- file1
|   `-- file2
`-- 002
    |-- contents
    |-- dublin_core.xml
    |-- fileA
    `-- fileB

With the handle of each item you want to update in the dublin_core.xml
file e.g.
<dublin_core schema="dc">
  <dcvalue element="identifier"
qualifier="uri">http://example.org/handle/123456789/32</dcvalue>
</dublin_core>

Then run the update something like:
[dspace]/bin/dspace itemupdate -e [email protected] -s sourcedir -A

Pete

From: Thomas Misilo [mailto:[email protected]] 
Sent: 09 February 2012 20:35
To: [email protected]
Subject: [Dspace-general] Mass Updating Items

Hi, I was wondering what the best way to updating a bunch of bitstreams.
at once? I currently have metadata only in different collections, and I
want to add all the bistreams now that they are scanned?

Thanks!

Tom


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Dspace-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-general

Reply via email to