aboutsummaryrefslogtreecommitdiffstats
path: root/skate/cmd
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-07 18:54:52 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-07 18:54:52 +0200
commitaa16994de8efc3c49fe79a9470ef1da22330bd67 (patch)
treef4cdd6f8ba4072a9b0cd86dc61ca4381353f3c30 /skate/cmd
parent037eb76dc34284b9946be7f805618b58b2e2a761 (diff)
downloadrefcat-aa16994de8efc3c49fe79a9470ef1da22330bd67.tar.gz
refcat-aa16994de8efc3c49fe79a9470ef1da22330bd67.zip
add mapper: isbn, normalized isbn13 from ext_ids.isbn
Diffstat (limited to 'skate/cmd')
-rw-r--r--skate/cmd/skate-map/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/skate/cmd/skate-map/main.go b/skate/cmd/skate-map/main.go
index 3d5630b..202f8bd 100644
--- a/skate/cmd/skate-map/main.go
+++ b/skate/cmd/skate-map/main.go
@@ -78,6 +78,7 @@ func main() {
"cns": skate.MapperContainerNameSandcrawler,
"rcns": skate.MapperReleaseContainerName,
"vcns": skate.MapperReleaseResolvedContainerName,
+ "isbn": skate.MapperOpenLibraryReleaseNormalizedISBN,
}
if *logFile != "" {
f, err := os.OpenFile(*logFile, os.O_CREATE|os.O_APPEND, 0644)