Handle uploaded CSV and match to openlibrary titles.
This commit is contained in:
parent
2188371f44
commit
ce446d57fc
4 changed files with 68 additions and 44 deletions
|
@ -31,6 +31,7 @@ class OpenLibraryConnector(AbstractConnector):
|
|||
key,
|
||||
author[0],
|
||||
doc.get('first_publish_year'),
|
||||
doc
|
||||
))
|
||||
return results
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue