Handle uploaded CSV and match to openlibrary titles.

This commit is contained in:
Adam Kelly
2020-03-25 12:29:21 +00:00
parent 2188371f44
commit ce446d57fc
4 changed files with 68 additions and 44 deletions

View File

@ -31,6 +31,7 @@ class OpenLibraryConnector(AbstractConnector):
key,
author[0],
doc.get('first_publish_year'),
doc
))
return results