From cebc33d54a74fb0e0aaa0121c54ae78c97341b22 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 28 May 2021 23:59:45 +0200 Subject: schema: mapping example --- skate/schema.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/skate/schema.go b/skate/schema.go index 118e124..45f1230 100644 --- a/skate/schema.go +++ b/skate/schema.go @@ -574,6 +574,11 @@ func OpenLibraryEditionToRelease(v *OpenLibraryEdition, authorMap map[string]str }, len(v.Authors)) ) for i, author := range v.Authors { + // /authors/OL1076839A Ralph S. Hattox + // /authors/OL1054947A Conferenza economica dell'area pisana (1984 Pisa, Italy) + // /authors/OL1069856A Terry S. Boutet + // /authors/OL1077217A Pamela Beck + // ... name, ok := authorMap[author.Key] if !ok { continue -- cgit v1.2.3