Newer
Older
web-dumps / apil-dumps / 03-enrichment-documentType.ini
@Nicolas Thouvenin Nicolas Thouvenin on 21 Oct 2022 444 bytes feat: introduce fake mode
prepend = unpack
append = pack

[use]
plugin = basics

[assign]
path = ws.originalGenre
value = get('originalGenre')

[expand]
path = ws.originalGenre
size = env('size')
cacheName = env('cache').thru(x => x ? 'mapping-tools-v1-homogenize-documentType-json' : null)

[expand/URLConnect]
url = env('url', 'https://mapping-tools.services.inist.fr/v1/homogenize/documentType/json')
retries = env('retries')
timeout = env('timeout')
noerror = true