In the past I have used itemupdate to update specific metadata.  So say I
wanted to update a citation, i would do this:

./dspace itemupdate -e blan...@abc.edu -s /prep_area/citation_delete -d
dc.identifier.citation 2>&1 | tee outfile_delete

Once all the citations are delete, then I would do this to add the
corrected citation:
./dspace itemupdate -e blan...@abc.edu -s /prep_area/citation -a
dc.identifier.citation 2>&1 | tee outfile_add

Now I would like to update identifier.uri  and since this is where the
handle is kept, I don't think I can do it this way, right?  If I delete all
the identifiler.uri's, then when I try to add it ( using the identifier.uri
to identify the item ) how will it know what to replace.

I could go into the db and issue a delete command for just the uris I'm
interested in. but I'm afraid this might screw something up.

Any suggestions?

Thank you! Jose

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to