Re: [Dspace-tech] Import ítems+file from a CVS into DSpace

2013-11-14 Thread emilio lorenzo
Sorry , I missed "Biblio Transformation Engine" Emilio El 13/11/2013 15:24, Ruben escribió: > Hi, > > Now I'm trying to import items from a CSV to DSpace 3.2 using > Biblio-Transformation-Engine (BTE), and works fine with dc metadata, but > I didn't find how to upload items with an associate file

Re: [Dspace-tech] Import ítems+file from a CVS into DSpace

2013-11-14 Thread Kostas Stamatis
rsday, November 14, 2013 11:17 AM To: Kostas Stamatis Subject: Re: [Dspace-tech] Import ítems+file from a CVS into DSpace Dear Kostas, Can you explain to me how can you import items with metadata&files? It doesn't matter if I must write some code. Thanks in advance On 13/11/13 18:1

Re: [Dspace-tech] Import ítems+file from a CVS into DSpace

2013-11-13 Thread emilio lorenzo
Hi Rubén CSV is just metadata, imported via Batch Metadata Editing or similar Content files can be only imported via some of the importer packages available in Dspace: SIP, AIP, PDF, etc.( or sword ingesting or) Refer to the dspace documentation about how to create such packages Having

Re: [Dspace-tech] Import ítems+file from a CVS into DSpace

2013-11-13 Thread Kostas Stamatis
Dear Ruben, at this point, this is not possible. It is not even possible in the forthcoming DSpace 4.0 release. But, I can explain to you, if you like, how you can do it, by writing some code of course. Regards, Kostas On Nov 13, 2013, at 4:24 PM, Ruben wrote: > Hi, > > Now I'm trying

[Dspace-tech] Import ítems+file from a CVS into DSpace

2013-11-13 Thread Ruben
Hi, Now I'm trying to import items from a CSV to DSpace 3.2 using Biblio-Transformation-Engine (BTE), and works fine with dc metadata, but I didn't find how to upload items with an associate file like an image. It's possible to import a CSV with items that contains files into DSpace 3.2? Than