diff --git a/conditor-dumps/04-enrich.ini b/conditor-dumps/04-enrich.ini index 1c53738..9cba984 100644 --- a/conditor-dumps/04-enrich.ini +++ b/conditor-dumps/04-enrich.ini @@ -114,7 +114,7 @@ # Homogénéise les types de document [assign] path = ApilWsTypeDoc -value = get("originalGenre") +value = get("originalGenre").trim() [expand] path = ApilWsTypeDoc @@ -133,12 +133,12 @@ # On l'écrase avec la valeur de "originalGenre" [swing/assign] path = ApilWsTypeDoc -value = get("originalGenre") +value = get("originalGenre").trim() # Homogénéise les sources [assign] path = ApilWsSource -value = get("host.title",_.get(self,"host.conference.name")) +value = get("host.title",_.get(self,"host.conference.name")).trim() # si les champs 'host.title' et 'host.conference.name' ne sont pas vides [expand] @@ -188,7 +188,7 @@ # Homogénéise l'éditeur [assign] path = ApilWsPublisher -value = get("tmp.ApilWsPublisher") +value = get("tmp.ApilWsPublisher").trim() [expand] path = ApilWsPublisher