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());
in
https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/app/bulkedit/MetadataImport.java#L1288
That should give us more details.
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.
Generally, I find that working with CSV in MS Excel is very
uncomfortable and likely to produce wrong CSVs for the purpose of
import into DSpace. I recommend using OpenOffice.org/LibreOffice.
Regards,
~~helix84
Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette