DSpace-Labs / SAFBuilder

Builds a Simple Archive Format package from files and a spreadsheet
https://wiki.duraspace.org/display/DSPACE/Simple+Archive+Format+Packager
45 stars 35 forks source link

Unable to specify metadata language dc.description[fr] #4

Closed peterdietz closed 10 years ago

peterdietz commented 10 years ago

To enter a metadata field, you set the column name to something like dc.description, but what if you wanted to specify dc.description[fr] for the description in French? Well, I tried this, and got:

<dcvalue element="description[fr]">...

Where as the DSpace Documentation says that the input should look like: https://wiki.duraspace.org/display/DSDOC4x/Importing+and+Exporting+Items+via+Simple+Archive+Format

<dcvalue element="description" language="fr">...

I think that the typical notation for specifying the language in a metadata string is inside of square brackets.