I am in need of the script for bulk import of records into dspace 1.4.2 , please share the same.
with regards
from
veena oak
----- Original Message -----
From: [EMAIL PROTECTED]
Date: Monday, July 28, 2008 8:46 pm
Subject: DSpace-tech Digest, Vol 27, Issue 43
To: dspace-tech@lists.sourceforge.net
> Send DSpace-tech mailing list submissions to
> dspace-tech@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of DSpace-tech digest..."
>
>
> Today's Topics:
>
> 1. Re: Excel Batch Import Tool (Shane Beers)
> 2. Re: LNI on DSpace (Kasthuri, Sriram)
>
>
> -----------------------------------------------------------------
> -----
>
> Message: 1
> Date: Mon, 28 Jul 2008 10:50:03 -0400
> From: Shane Beers <[EMAIL PROTECTED]>
> Subject: Re: [Dspace-tech] Excel Batch Import Tool
> To: Thomas A McGee <[EMAIL PROTECTED]>
> Cc: dspace-tech@lists.sourceforge.net,
> [EMAIL PROTECTED], [EMAIL PROTECTED]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="us-ascii"
>
> This looks very interesting... I can't wait to check it out!
> Thanks
> much.
>
> Shane Beers
> Digital Repository Services Librarian
> George Mason University
> [EMAIL PROTECTED]
> http://mars.gmu.edu
> 703-993-3742
>
>
>
> On Jul 28, 2008, at 9:32 AM, Thomas A McGee wrote:
>
> >
> > Speaking of making batch-importing more accessible, I've
> put
> > together an Excel spreadsheet that does a lot of the
> preparatory
> > work. It was inspired by the work the people at Nanyang
> > Technological University had done, using a spreadsheet that
> held the
> > metadata and running it as a data source through a Java
> application.
> > My addition is to make it work completely within Excel.
> >
> > A user will build their directory structure and populate it
> with the
> > bitstreams:
> >
> > parent directory
> > >>subdirectory
> > >>>>bitstream1.jpg
> > >>>>bitstream2.jpg
> > >>subdirectory
> > >>>>bitstream3.pdf
> >
> > And then fill out the columns and rows of the
> spreadsheet
> > corresponding to each subdirectory. Run the macro, and
> the
> > dublin_core.xml and contents files are generated and put into
> their
> > corresponding subdirectories.
> >
> > If you'd like to take a look at this work-in-progress drop me
> a line
> > and I'll send it to you. I've only tested in on Excel 2003
> running
> > on XP. There are still a lot of refinements I want to do to
> make it
> > easier, and also function things like handling bundles.
> >
> > You still have to use the command-line tool; this just
> prepares the
> > necessary directory.
> >
> > _____________________
> > Tom McGee
> > Seton Hall University TLTC
> > 973 761 9000
> > x5021
> > ---------------------------------------------------------------
> ----------
> > This SF.Net email is sponsored by the Moblin Your Move
> Developer's
> > challenge
> > Build the coolest Linux based applications with Moblin SDK &
> win
> > great prizes
> > Grand prize is a trip for two to an Open Source event anywhere
> in
> > the world
> > http://moblin-
> contest.org/redirect.php?banner_id=100&url="" DSpace-tech mailing list
> > DSpace-tech@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Mon, 28 Jul 2008 16:24:34 +0100
> From: "Kasthuri, Sriram" <[EMAIL PROTECTED]>
> Subject: Re: [Dspace-tech] LNI on DSpace
> To: "Luis Saraiva" <[EMAIL PROTECTED]>,
> <dspace-tech@lists.sourceforge.net>
> Message-ID:
> <[EMAIL PROTECTED]>Content-Type: text/plain; charset="iso-8859-1"
>
> As you get a DB error, it looks like you dont have the
> corresponding metadata field registry.
>
> try executing this query:
>
> select * from metadatafieldregistry where element like
> '%contributor%' and qualifier like '%creator%'
>
> Also try to log your ingest xml.
>
> -Sri
>
>
> ________________________________
>
> From: [EMAIL PROTECTED] [mailto:dspace-
> [EMAIL PROTECTED] On Behalf Of Luis Saraiva
> Sent: 28 July 2008 15:47
> To: dspace-tech@lists.sourceforge.net
> Subject: [Dspace-tech] LNI on DSpace
>
>
>
> Hello i'm using LNI Simple Client application in order to submit
> items from a DSpace SIP to to dspace repository.
> While building a MODS file in order to submit some Metadata to
> the item, i have found an error.
>
> My mets/mods file:
>
>
>
> String xml = "<?xml version='1.0' encoding='UTF-8'?>" +
> "<mets:mets xmlns:mets='http://www.loc.gov/mets/' xsi:schemaLocation='http://www.loc.gov/METS/ http://www.loc.gov/standards/mets/mets.xsd http://www.loc.gov/mods/ http://www.loc.gov/standards/mods/v3/mods-3-2.xsd'>" +
> "<mets:dmdSec ID='" + sip.dmdGroupID + "'>" +
> "<mets:mdWrap MDTYPE='MODS'>" +
> "<mets:xmlData>" +
> "<mods:mods xmlns:mods='http://www.loc.gov/mods/v3' xsi:schemaLocation='http://www.loc.gov/standards/mods/v3/mods-3-3.xsd'>" +
> "<mods:titleInfo>" +
> "<mods:title>asdasd</mods:title>" + //titulo
> "</mods:titleInfo>" +
> "<mods:name type='personal'>" +
> "<mods:namePart type='termsOfAddress'>Dr.</mods:namePart>" +
> "<mods:namePart>Brown, B. F.</mods:namePart>" +
> "<mods:affiliation>Chemistry Dept., American University</mods:affiliation>" +
> "<mods:role>" +
> "<mods:roleTerm type='text'>creator</mods:roleTerm>" +
> "<mods:roleTerm type='code'>cre</mods:roleTerm>" +
> "</mods:role>" +
> "<mods:role>" +
> "<mods:roleTerm type='text'>author</mods:roleTerm>" +
> "<mods:roleTerm type='code'>aut</mods:roleTerm>" +
> "</mods:role>" +
> "</mods:name>" +
> "<mods:originInfo>" +
> "<mods:publisher>UTAD</mods:publisher>" + //journal,jornal,conf
> "<mods:dateIssued>2008</mods:dateIssued>" + //data
> "</mods:originInfo>" +
> "<mods:relatedItem type='host'>" +
> "<mods:part>" +
> "<mods:text>Esta ? a refer?ncia</mods:text>" +
> "</mods:part>" +
> "</mods:relatedItem>" +
> "</mods:mods>" +
> "</mets:xmlData>" +
> "</mets:mdWrap>" +
> "</mets:dmdSec>" +
> "</mets:mets>";
>
>
>
> When i run the application, the output is this:
>
>
>
> java.io.IOException: PUT returned status = 500; text=Database
> access error: java.sql.SQLException: bad_dublin_core schema=dc,
> contributor creator
> at
> LNIclient.LNIclient.finishPut(LNIclient.java:392) at teste.Main.main(Main.java:238)
>
>
>
> When i delete the <mods:name> part i can successfully ingest
> an item.... i need the <mods:name> area in order to add the
> creator and/or author name to the MODS file.
>
> Any help?
>
> Best regards.
>
> Guilherme Saraiva
>
>
>
>
> ________________________________
>
> Veja mapas e encontre as melhores rotas para fugir do tr?nsito
> com o Live Search Maps! Experimente j?!
> <http://www.livemaps.com.br/index.aspx?tr=true>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> -----------------------------------------------------------------
> --------
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere
> in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url="">>
> ------------------------------
>
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
> End of DSpace-tech Digest, Vol 27, Issue 43
> *******************************************
Veena P Oak
Scientist-E
National Informatics Centre
Karnataka State Unit
6th and 7th floor , Mini tower
Dr Ambedkar Road
Bangalore-01
Ph 22865882/22863218
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech