Importing not working on publication & volume entries
Hello.
Using 3.0.11 zotero in firefox.
Importing rdf file but it doesn't import publication and volume journal entries. Has rest of data but not those entries. Plus some entries have their attachments, others don't.
However same rdf file, different machine, with zotero standalone 3.0.8.1, all entries work.
No error messages. Though did compile zotero error file via toolbar & forwarded to yourselves - ref: 23010369
Suggestions welcomed
Using 3.0.11 zotero in firefox.
Importing rdf file but it doesn't import publication and volume journal entries. Has rest of data but not those entries. Plus some entries have their attachments, others don't.
However same rdf file, different machine, with zotero standalone 3.0.8.1, all entries work.
No error messages. Though did compile zotero error file via toolbar & forwarded to yourselves - ref: 23010369
Suggestions welcomed
Try to reproduce it with the smallest number of items possible, then open with a text editor select all and post as a public gist to gist.github.com - providing a link here.
(Also, note that zotero RDF is not the recommended way to transfer libraries or back-up libraries in case that's what you're trying to do).
Please a clarification: when you say: "Try to reproduce it with the smallest number of items possible, then open with a text editor"
do you mean that I should create an expo with only few items (say 4-5) then open the Rdf with i.e. notepad? (the rest of instruction is clear). Sorry just to be extra sure. Many thanks.
The rdf file text is up at gist.
https://gist.github.com/4318047/ecb92af709200b9204c2ff24152d9738191835fb
We're looking into it, thanks for reporting.
I can add this for journal titles, along the lines of:
else if(itemType == "journalArticle") {
container = getNodeByType(isPartOf, n.bib+"Journal");
}
but there has got to be a less hack-y way. I also don't see in the history when & why this broke.
You might have to restart Firefox/Zotero.
Let us know if there are any more remaining issues.
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:z="http://www.zotero.org/namespaces/export#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:link="http://purl.org/rss/1.0/modules/link/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:bib="http://purl.org/net/biblio#"
xmlns:vcard="http://nwalsh.com/rdf/vCard#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/">
<bib:Article rdf:about="#item_3260">
<z:itemType>journalArticle</z:itemType>
<dcterms:isPartOf>
<bib:Journal>
<dc:title>Journal of Ancient Near Eastern Religions</dc:title>
<prism:volume>9</prism:volume>
<prism:number>1</prism:number>
</bib:Journal>
</dcterms:isPartOf>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Schmitz</foaf:surname>
<foaf:givenname>Philip C.</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<dc:title>The Owl in Phoenician Mortuary Practice</dc:title>
<dcterms:abstract>Recent excavations int he Iron Age necropolis of Tyre (al-Bass district) allow a substantial reconstruction of the Phoenician ritual of cremation burial. Among the faunal remains from Tyre al-Bass Tomb 8 are two talons from a species of owl. The talons had been charred and perhaps boiled before placement with the grave goods. This paper examines ancient Near Eastern and biblical cultural interpretations of the owl and suggests a range of possible explanations for the presence of owl remains in this Phoenician burial.</dcterms:abstract>
<bib:pages>51-85</bib:pages>
<dc:date>2009</dc:date>
</bib:Article>
</rdf:RDF>
I made the mistake of backing up my whole collection via RDF, and now I stand to lose all of this vital information. What can I do?
@CPace, should be fixed now. Update your translators via Preferences -> General -> Update Now and try importing again.