diff --git a/conditor-dumps/03-enrich.ini b/conditor-dumps/03-enrich.ini index cb9c3f3..4669d16 100644 --- a/conditor-dumps/03-enrich.ini +++ b/conditor-dumps/03-enrich.ini @@ -176,7 +176,7 @@ ;Transformations spécifiques pour créer des valuers compatibles avec VEga-lite pour la création de graphiques [assign] path = graphSourceEditeurIsOa -value = get("enrichments.openAccess.unpaywall.isOa").replace(/^((?!Oui).)*$/,"null").prepend("OA=").append((";TypeAcces="+self.hostTypeUnpaywallHal).replace(/Commun|Editeur seul/g,"Editeur").replace(/OA - Non|Archive seule|OA - Inconnu/g,"null")) +value = get("isOaUnpaywall").replace(/^((?!Oui).)*$/,"null").prepend("OA=").append((";TypeAcces="+self.hostTypeUnpaywall).replace(/Commun|Editeur seul/g,"Editeur").replace(/OA - Non|Archive seule|OA - Inconnu/g,"null")) [assign] path = graphSourceEditeurIsOaHal value = get("isOaUnpaywallHal").replace(/^((?!Oui).)*$/,"null").prepend("OA=").append((";TypeAcces="+self.hostTypeUnpaywallHal).replace(/Commun|Editeur seul/g,"Editeur").replace(/OA - Non|Archive seule|OA - Inconnu/g,"null"))