Closed peterdietz closed 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:
dc.description[fr]
<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.
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: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
I think that the typical notation for specifying the language in a metadata string is inside of square brackets.