Import externally generated sqlite to zotero
I need to import data from a Microsoft SQL Server database (.mdf). I've managed to generate an .sqlite format from it, but can't find a way to integrate it to my zotero.sqlite database.
Their structures are quite different, but I intended to merge at least some of the data (e. g. my "ItemData" field from the "Items" table to be imported to "NoteData" field from "Notes" table), instead of manually copying it.
Any idea would be welcome!
Thank you,
Alexandra
Their structures are quite different, but I intended to merge at least some of the data (e. g. my "ItemData" field from the "Items" table to be imported to "NoteData" field from "Notes" table), instead of manually copying it.
Any idea would be welcome!
Thank you,
Alexandra
You'll need to export your mdf file in one of those formats and import it in Zotero. sqlite is a _very_ flexible database format, so that unfortunately doesn't help at all.
So I've tried, and got it half way. Now I have an XML file and can't find some tool to convert it to any importable format.
I tried to apply the RDF structure of a file exported from Zotero to the XML I got from the convertion of the MDF. I'm not really a programmer (only have some background in old fashion web coding), so I only knew to 'replace all' the tags in order to reach a similar structure.
Then I saved the XML as RDF.
It was probably wrong since Zotero still didn't recognize the file. No ideas further :)
Thanks for your support!
https://dl.dropbox.com/u/7521514/zotero/zotero-import-test.rdf
I would really appreciate some help, otherwise I'll have to copy/paste for over 900 notes...
Thanks in advance!
For the future it would be extremely useful a tool that reports the errors that block the import procedure. In this case, Zotero reported an rdf file as 'not supported' simply because it contained in it other html tags than it's own. They should be tracked and reported to the user, instead of the user tracking them through thousands of line codes.
Thanks anyway,
Alexandra
http://www.w3.org/RDF/Validator/