refactor rnsr ws #10

Merged thouveni merged 2 commits into tdm:master from tdm:refactor-rnsr-ws on 11 Oct 2023
@thouveni thouveni commented on 9 Oct 2023

No description provided.

conditor-dumps/04-enrich.ini
conditor-dumps/04-enrich.ini
39value = get('value.itemApilRnsr.prefLabel@fr', 'n/a')
40
41path = value.labelNormalized
42value = get('value.itemApilRnsr.prefLabel@fr', 'n/a').thru(item => String(item).normalize("NFKD").replace(/[\u0300-\u036f]/g, "").toUpperCase())
@parmentf parmentf on 9 Oct 2023

Je ne me rappelle plus exactement de ce que fait le normalize suivi du replace, mais je crois qu'on avait trouvé (après coup) que deburr faisait la même chose.

conditor-dumps/04-enrich.ini
57value = get("ws.loterre2xk").castArray().map('dr')
58
59[debug]
60path = ApilRnsr
@parmentf parmentf on 9 Oct 2023

Bon sang !
Je ne savais pas que le paramètre path existait pour [debug].
C'est (très) bon à savoir !

@thouveni thouveni referenced the pull request on 11 Oct 2023

refactor rnsr ws

@thouveni thouveni merged commit e8aa2f9 into master from refactor-rnsr-ws on 11 Oct 2023
@thouveni thouveni closed this pull request on 11 Oct 2023
@parmentf parmentf deleted the refactor-rnsr-ws branch on 12 Oct 2023
Labels

Priority
default
Milestone
No milestone
Assignee
No one
2 participants
@thouveni @parmentf