Import from Excel and Access databases
I have bibliographic references in MS Excel and Access that I need to get into Zotero.
How should I export them and how do I get the exported files into RIS format to import into Zotero? Thanks.
How should I export them and how do I get the exported files into RIS format to import into Zotero? Thanks.
That whole process took me nearly a couple of hours to do but involved a bit of searching to find the best instructions (see link above) and is the first time I have attempted anything so technical on a computer so should be more straightforward for most of you out there!
I made this "export function" code in Microsoft ACCESS because I used to program in VBA Access. But for an excel sheet, this code works too if you import (or attach) your excel file in Access prior to run the function.
If someone are interested in, my VBA code is detailed there
=> https://gist.github.com/swellseabird/5590843
For people who don't know VBA, you have to open the "Visual Basic Editor" in your Access database and copy my code in a new module. You need to adapt this code to your database => "Table_name" / "Field_name" / "value"
... and then run the "Export_zotero" function
This can be done manually in Zotero but it takes too much time for more than hundreds references.
I have completed my VBA code with the links (see previous message)
I'd sure like to be able to take a view and dump it in a format that could be imported into Excel for example.
Dump to clipboard and paste into Excel would be even slicker...