KoreaMed
Hi folks, has anyone been able to use Zotero with the database KoreaMed? I was able to download a text file with my search results, but it's not RIS or any structured format I recognize. The bookmarklet didn't harvard the records I want either. Any suggestions will be appreciated.
Kate
Kate
There's then also a small bug in row 293 of the NBIB Zotero translator (that's the file MEDLINEnbib.js in the translators folder in your Zotero data directory) that you'd want to fix:
it currently reads
if (item.itemTypeBackup && !item.extra.includes("ERIC Number: EJ"))
and should read
if (item.itemTypeBackup && (!item.extra ||!item.extra.includes("ERIC Number: EJ")))
-- we'll also fix that.You'll get decent import, at least of journal articles.
I opened the KoreaMed format export in Notepad.
I added OWN - ERIC at the top of the file.
I used find and replace to turn three spaces followed by - into six spaces followed by -.
Then I used find and replace to turn three spaces into nothing.
Then I changed the file extension to .nbib (without that I couldn't import it).
Then I imported from the Zotero file menu.
And it worked, hoorah!