diff --git a/apil-dumps/03-enrichment-rnsr.ini b/apil-dumps/03-enrichment-rnsr.ini index c3bb870..d33ec7e 100644 --- a/apil-dumps/03-enrichment-rnsr.ini +++ b/apil-dumps/03-enrichment-rnsr.ini @@ -28,30 +28,8 @@ ;[expand/expand/debug] ;text = rnsr - -[expand/expand/replace] -path = id -value = get('id') - -path = value.code -value = get('value') - -path = value.institut -value = get('value') - [expand/expand/expand] -path = value.institut -size = env('size') -cacheName = env('cache').thru(x => x ? 'mapping-tools-tools-v1-rnsr-instituts-cnrs-json' : null) - -[expand/expand/expand/URLConnect] -url = https://mapping-tools.services.inist.fr/v1/rnsr/instituts-cnrs/json -retries = env('retries') -timeout = env('timeout') -noerror = false - -[expand/expand/expand] -path = value.code +path = value size = env('size') cacheName = env('cache').thru(x => x ? 'mapping-tools-tools-v1-rnsr-2022-json' : null) @@ -61,13 +39,5 @@ timeout = env('timeout') noerror = false -[expand/expand/assign] -path = value.code.institut -value = get('value.institut') - -[expand/expand/assign] -path = value -value = get('value.code') - [expand/expand/aggregate] [expand/aggregate] diff --git a/apil-dumps/03-enrichment.ini b/apil-dumps/03-enrichment.ini index 314cdc2..ad13a4a 100644 --- a/apil-dumps/03-enrichment.ini +++ b/apil-dumps/03-enrichment.ini @@ -7,7 +7,7 @@ [env] path = size -value = 50 +value = 100 path = timeout value = 300000