Re: [Dspace-tech] Metadata-Import Question

2014-01-14 Thread Geoconda Toledo
Helix, Thank you for your answer. The command line returned an error, but the error message didn't specify what went wrong in the execution However, my error was that I didn't put "+" in the id column. Thank you so much. 2014/1/13 helix84 > On Mon, Jan 13, 2014 at 1:40 PM, Geoconda Toledo wrot

Re: [Dspace-tech] Metadata-Import Question

2014-01-13 Thread helix84
On Mon, Jan 13, 2014 at 1:40 PM, Geoconda Toledo wrote: > [dspace]/bin ./dspace metadata-import -f file_to_import.csv -e > em...@example.com -t but there aren't result, the import isn't carried out. > Should I write in the command line the collection handle or the collection > id? Hi Geoconda

[Dspace-tech] Metadata-Import Question

2014-01-13 Thread Geoconda Toledo
Hello everybody I have a problem importing the metadata in Dpsace 3. I try to import a new collection, we have created the new collecion in the UI to obtain the ID. I want import the items metadata to the collection from the csv file and I have used this command line: [dspace]/bin ./dspace metada

Re: [Dspace-tech] metadata-import Error - Error reading file: Index: N, Size: N

2013-01-31 Thread helix84
On Thu, Jan 31, 2013 at 3:47 PM, Lighton Phiri wrote: > Could someone help me understand why metadata-import is refusing to > ingest records with field contents enclosed in double quotes? I cannot > find anything helpful in the 'config/modules/bulkedit.cfg' file. I don't know, it must be broken.

Re: [Dspace-tech] metadata-import Error - Error reading file: Index: N, Size: N

2013-01-31 Thread Lighton Phiri
So I ingested each record from individual files to identify problematic records and the one thing the records have is common is that they all have text enclosed in double quotes somewhere within the text (see attachment), and true to that, removing the quotes solves the problem. Could someone help

Re: [Dspace-tech] metadata-import Error - Error reading file: Index: N, Size: N

2013-01-31 Thread Lighton Phiri
> You can also attach the file you're importing. Either the whole file or you > can keep just the line(s) that cause the error. I'll have to re-run my scripts to identify problematic lines& that might only be later. See attachment for structure-builder script (dspace-structure.xml) and zipped inp

Re: [Dspace-tech] metadata-import Error - Error reading file: Index: N, Size: N

2013-01-31 Thread helix84
Unfortunately, the class just throws Exception, which is too generic, so I couldn't find where the error is originating. Please, change this: System.err.println("Error reading file: " + e.getMessage()); to this System.err.println("Error reading file: " + e.getMessage() + "\n" + e.getStackTrace());

[Dspace-tech] metadata-import Error - Error reading file: Index: N, Size: N

2013-01-30 Thread Lighton Phiri
I am adding 'Metadata-Only' items [1] using DSpace 3.0's metadata-import command line utility. I have errors in logs that ain't very descriptive. Is there a way to turn verbosity on for metadata-import to figure out why I am getting these errors? Interestingly enough, errors increase as I increase

Re: [Dspace-tech] Metadata Import

2012-07-09 Thread Lewatle Phaladi
-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Metadata Import On Mon, Jul 9, 2012 at 9:46 AM, Lewatle Phaladi wrote: > I have created CSV file with metadata fields and values but when I try > to upload I get the error message saying the request was rejected > because its size (617

Re: [Dspace-tech] Metadata Import

2012-07-09 Thread Lewatle Phaladi
Thanks. From: Hilton Gibson [mailto:hilton.gib...@gmail.com] Sent: 09 July 2012 11:11 AM To: Lewatle Phaladi Cc: DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Metadata Import See reply below. On 9 July 2012 11:06, Lewatle Phaladi wrote: Hi Hilton Thanks, is this

Re: [Dspace-tech] Metadata Import

2012-07-09 Thread helix84
On Mon, Jul 9, 2012 at 9:46 AM, Lewatle Phaladi wrote: > I have created CSV file with metadata fields and values but when I try to > upload I get the error message saying the request was rejected because its > size (617) exceeds the configured maximum (0) I also checked dspace.cfg file > so I can

Re: [Dspace-tech] Metadata Import

2012-07-09 Thread Hilton Gibson
* > > Regards, > > Lewatle > > ** ** > > *From:* Hilton Gibson [mailto:hilton.gib...@gmail.com] > *Sent:* 09 July 2012 10:19 AM > *To:* Lewatle Phaladi > *Cc:* DSpace-tech@lists.sourceforge.net > *Subject:* Re: [Dspace-tech] Metadata Import > > ** **

Re: [Dspace-tech] Metadata Import

2012-07-09 Thread Lewatle Phaladi
@lists.sourceforge.net Subject: Re: [Dspace-tech] Metadata Import Hi Lewatle Check around line 990 for the following: >>>> ### Bulk metadata editor settings ### # The delimiter used to separate values within a single field (defaults to a double pipe ||) # bulkedit.valueseparator =

Re: [Dspace-tech] Metadata Import

2012-07-09 Thread Hilton Gibson
Hi Lewatle Check around line 990 for the following: ### Bulk metadata editor settings ### # The delimiter used to separate values within a single field (defaults to a double pipe ||) # bulkedit.valueseparator = || # The delimiter used to serarate fields (defaults to a comma for CSV) # bulked

Re: [Dspace-tech] Metadata import from Excel into DSpace archive

2007-06-06 Thread Jayan Chirayath Kurian
:[EMAIL PROTECTED] Sent: Thursday, June 07, 2007 8:43 AM To: Jayan Chirayath Kurian Subject: Re: RE: [Dspace-tech] Metadata import from Excel into DSpace archive(revised program) Hi! Jayan, Thank you for your help and attention. I do as your instruction, and get the metadata archive

[Dspace-tech] Metadata import from Excel into DSpace archive

2007-05-17 Thread Jayan Chirayath Kurian
Thanks Suri for sharing the good news. Just add new entries in excel and then you need to modify the java code by adding rs.getString("newExcelcolumnname"). If you encounter problems when you customize please let me know. I think the JDBC-ODBC error may be because the datasource may not be prope

[Dspace-tech] Metadata import from Excel into DSpace archive folder structure

2007-05-14 Thread Jayan Chirayath Kurian
Hi! The following code can import metadata from Excel to create the archive folder structure acceptable for DSpace batch import. Attached is the program code and please share your comments. If anyone wants to try this code please let me know. I would be happy to assist. Thanks, Jayan