Closed jghauser closed 1 year ago
same here ...
Hey folks, you need to point the papis zotero import --from-sql
to the FOLDER not the FILE:
$ papis zotero import -h
Usage: papis zotero import [OPTIONS]
Import zotero libraries into papis libraries
Options:
-h, --help Show this message and exit.
-f, --from-bibtex PATH Import zotero library from a bibtex dump, the files
fields in the bibtex files should point to valid
paths
-s, --from-sql PATH Path to the FOLDER where the "zotero.sqlite" file
resides
-o, --outfolder TEXT Folder to save the imported library [required]
--link TEXT Wether to link the pdf files or copy them
This worked, but I think the README needs updating. The command given is below:
papis zotero import --from-sql YOUR-SQL-FILE
To me, this suggests that I should use the path of the file, not the folder.
You're all right, I updated the README and added the --from-sql-folder
flag.
I gladly accept volunteers btw to maintain papis-zotero ;)
I get the following error both on the last release and on master (command run inside the folder with
zotero.sqlite
):