Import references with custom tags
Is there a way to import references with a set of tags from a spreadsheet that we have created?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Here is one record transposed....
And we need the last three columns.
Filename Aberlenc_et_al_2007_BullMensSocLinn
Category Journal publication
Author_1 Aberlenc, H.-P.
Co_authors Andriamampianina, L., Faure, E., Lees, D. C., Minet, J., Ollivier, L., Rafamantanantsoa, C., Randrianandrasana, M. & Razafindrakotomamonjy, A.
Date_publication 2007
Title Le radeau des cimes au Parc National de Masoala (Madagascar). Première partie : Eléments pour un inventaire des lépidoptères
Journal Bulletins Mensuels - Société Linnéenne de Lyon
University
Type
Editor(s)
Title_source_book
Publisher, City
Volume 76(6)
Pagination pp. 141-154
Protected_areas_cited
Not_Protected _areas_cited
Theme Canopy raft, early stages, invertebrates, Lepidoptera, Sphingidae
To do this, you would need to export some items from Zotero in CSV format, adjust your data to match that format, and then import it into Zotero. But it would take some work. This is quite a non-standard workflow, so there's nothing easier.
I will try this out.
But is there a method to import those custom tages that we have created?
The web version does not have an export csv option.
The desktop version seems to have one.
So, two questions please:
1. If we prepare the csv exactly in the exported csv format, can we import it into Zotero?
2. We actually need three custom fields. Is there a way in Zotero where you can add custom fields?
So then, your best option would be to write some code to convert your data into a supported import format. Custom fields may happen in the future, but for now the standard approach is just to add custom fields to the Extra field in "Key: Value" format.
Do you have one supported format that you could suggest as comprehensive and good? Do you think Zotero RDF would be best? Do you know if any of the other fortas have a utility to convert from a CVS?
What you'd do is to concatenate every row in the CSV into a single bibtex item - you could script that, but Excel would likely actually work nicely. You could include the key-value pairs for extra (which I think is imported from bibtex note or annote(?) but you'd have to test) into how you concatenate these.
This definitely will involve some amount of trial and error and some fiddling, so start with a sample of 25 items or so to test things out quickly.
Zotero RDF
Bibliontology RDF
Unqualified Dublin Core RDF
Which one?
The way I will do it is get a sample references with our put in manually. Export the data in the chosen format. Write a script to prepare the data in the formet. Import the data into Zotero.
But if you're dead set on using RDF, you'd want to use Zotero RDF.
I will try the advice siggested:
"Bibtex or biblatex might also be good options, especially because they don't rely on linebreaks the same way RIS does."
Thanks