We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that there is an inconstitencies among methods for importing data from Wikidata. Indeed, in https://github.com/trompamusic/ce-data-import/blob/master/ceimport/loader.py#L294 it uses the wikidata URL to get the person info
while in https://github.com/trompamusic/ce-data-import/blob/master/ceimport/loader.py#L460 it uses the wikidata ID
I assume that every method the wikidata URL should be passed as input
The text was updated successfully, but these errors were encountered:
It looks like I may have made some mistake when merging the two repositories. I'll have a look at it again.
As an overview, there are two ways of loading data, but that's because we get data in different ways from different sites.
what these two loaders should do is:
but it seems that they're not doing the right thing, because they're just calling the same method. I'll update it.
Sorry, something went wrong.
No branches or pull requests
It seems that there is an inconstitencies among methods for importing data from Wikidata.
Indeed, in
https://github.com/trompamusic/ce-data-import/blob/master/ceimport/loader.py#L294
it uses the wikidata URL to get the person info
while in
https://github.com/trompamusic/ce-data-import/blob/master/ceimport/loader.py#L460
it uses the wikidata ID
I assume that every method the wikidata URL should be passed as input
The text was updated successfully, but these errors were encountered: