diff --git a/conditor-dumps/04-enrich.ini b/conditor-dumps/04-enrich.ini index 5b0d6f8..4a94062 100644 --- a/conditor-dumps/04-enrich.ini +++ b/conditor-dumps/04-enrich.ini @@ -30,7 +30,7 @@ cacheName = 04-2xk-expand [map/map/expand/expand/URLConnect] -url = https://loterre-resolvers.services.inist.fr/v1/2XK/expand +url = https://loterre-resolvers.services.inist.fr/v1/2XK/identify timeout = 120000 noerror = true @@ -42,8 +42,7 @@ # et il y en a autant. path = ApilWsLaboIntitule value = get("ws.loterre2xk").castArray().filter(Boolean).filter(x => (typeof x !== 'string') ) \ - .map((orga) => orga.value["skos$prefLabel/$t"] ?? "n/a") - + .map((item) => item["prefLabel@fr"] ?? "n/a") [assign]