-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with database reading #2
Comments
Hi! for the SQLite error, are you able to open the database manually (for example from the Julia REPL)?
I don't know zotfile, if you want a special folder structure, you'll have to edit the code a bit (right now it's creating a folder per publication year). The output path is handled here and defined there. Hope this helps! |
Hi, With the meaning of the different options, I was curious about, for which purpose I need to define which option. So, e.g., is it enough to read the With the zotfile addon, I moved the pdf locally out of the zotero storage folder into a complete folder structure which corresponds to the folder and subfolder organinzation in the zotero gui. So if the But I am not sure, if the
Is this available at the moment? Thank you! |
Hi! I think you need all the databases because most of the data relative to entries is only available in the main database. See here for the data collection, For the zotfile extension, you'll need to research how the file entry in the main database is affected. For now the path is retrieved here, so you see it's assumed to be relative to the zotero storage. To do your research you can simply open the sqlite database, for example using the SQLite manager extension in Firefox. |
ok, now it works like intended, I needed to set all options, |
I assume that every entry key from zotero is transfered (only with a change of the path). Or do you know that certain keys are negleted? Maybe the notes? |
I just check for one
The corresponding entry in the better bibtex bib file
Here the thesis type is not recognized and translated. The files is adjusted. Here the aim is now to use the subfolder organization from the better bibtex file to organize the pdfs in the same subfolders for papis. |
Nice, would you like to add a note in the README to explain that both are needed? maybe it could help other people!
You can actually check what gets exported here, I think I explicitely remove the notes because I never really used them, and I guess they would need to be treated in a different fashion than other items. If you decide to add a pass to add the notes to the export, please do share your contribution!
if some type translation is missing, I think you need to add them here |
Hi, it works almost... I adjusted quite a few minor things to be able to keep the folder/collection structure. What I am missing now is, that I wanted to add the |
Hi, I don't know what the |
Ok sorry I got confused! |
yes, sorry, I was looking at this, but did not understand the details yet... anyway I am almost there. Thank you for your help! |
Hi,
I am trying to use your script as I planning to got to papis from zotero as well.
The installation seemed fine with my julia 1.11.1 installation on macos.
I set
alias ZoteroToPapis="julia --project=@ZoteroToPapis -e 'using ZoteroToPapis; exit(ZoteroToPapis.main(ARGS))' --"
Though I am having trouble with reading any of the databases, e.g. here is the output for better-bibtex:
Similar error occurs with the zotero-db option.
Do you have a hint, what I am doing wrong?
And what are the differences of
zotero-db
,better-bibtex-db
andzotero-storage
?I had zotfile running in combination with zotero and would like to keep also the folder structure and main naming.
Thank you in advance!
Fab
The text was updated successfully, but these errors were encountered: