Hi Hatem, there are three problems with the file you sent:
1) This is not your fault, but the file you sent me contains a BOM (byte order mark) and DSpace will interpret it as part of the first column identifier, that's why it throws the error message. We should fix this in DSpace. Meanwhile, for this reason and others, I recommend you to use OpenOffice.org or LibreOffice to work with CSV files instead of Excel. 2) Your first row contains id "1". This would modify an item with item.item_id=1 in your database, which would have to exist. If you wanted to add a new item instead, use "+". During import, DSpace will assign a new item_id, which you'll get back when you do an export of the same item. 3) The third line contains empty data (only commas - column separators). This must be removed. Regards, ~~helix84 ------------------------------------------------------------------------------ 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_sfd2d_oct _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

