diff --git a/enrich-etab.ini b/enrich-etab.ini index 80dff2f..f85d273 100644 --- a/enrich-etab.ini +++ b/enrich-etab.ini @@ -1,7 +1,7 @@ # Usage: npx ezs -e enrich-etab.ini # To see the enriched notices: -# $ fx < data/corpus-simple-etab-50.json '.filter(o => o.ws.rnsr[0]?.length)' +# $ fx < data/corpus-simple-etab.json '.filter(o => o.ws.rnsr[0]?.length)' [use] @@ -10,7 +10,7 @@ # read data [exchange] -value = [ "corpus-simple-rnsr-50.json" ] +value = [ "corpus-simple-rnsr.json" ] [JSONParse] @@ -30,7 +30,7 @@ [FILESave] location = data -identifier = corpus-simple-etab-50.json +identifier = corpus-simple-etab.json [dump] indent = true diff --git a/enrich-institutes.ini b/enrich-institutes.ini index ad014e2..aeb71ad 100644 --- a/enrich-institutes.ini +++ b/enrich-institutes.ini @@ -1,7 +1,7 @@ # Usage: npx ezs -e enrich-institutes.ini # To see the enriched notices: -# $ fx < data/corpus-simple-instituts-50.json '.filter(o => o.ws.rnsr[0]?.length)' +# $ fx < data/corpus-simple-instituts.json '.filter(o => o.ws.rnsr[0]?.length)' [use] @@ -11,7 +11,7 @@ plugin = analytics [exchange] -value = [ "corpus-simple-etab-50.json" ] +value = [ "corpus-simple-etab.json" ] [JSONParse] @@ -57,7 +57,7 @@ [FILESave] location = data -identifier = corpus-simple-instituts-50.json +identifier = corpus-simple-instituts.json [dump] indent = true diff --git a/enrich-pascal.ini b/enrich-pascal.ini index a086eea..6df6477 100644 --- a/enrich-pascal.ini +++ b/enrich-pascal.ini @@ -1,7 +1,7 @@ # Usage: npx ezs -e enrich-pascal.ini # To see the enriched notices: -# $ fx < data/corpus-simple-pascal-50.json '.filter(o => o.ws.rnsr[0]?.length)' +# $ fx < data/corpus-simple-pascal.json '.filter(o => o.ws.rnsr[0]?.length)' [use] @@ -11,7 +11,7 @@ plugin = analytics [exchange] -value = [ "corpus-simple-teeft-en-50.json" ] +value = [ "corpus-simple-teeft-en.json" ] [JSONParse] @@ -43,7 +43,7 @@ [FILESave] location = data -identifier = corpus-simple-pascal-50.json +identifier = corpus-simple-pascal.json [dump] indent = true diff --git a/enrich-rnsr.ini b/enrich-rnsr.ini index 17446f5..8d969f8 100644 --- a/enrich-rnsr.ini +++ b/enrich-rnsr.ini @@ -1,7 +1,7 @@ # Usage: npx ezs -e enrich-rnsr.ini # To see the enriched notices: -# $ fx < data/corpus-simple-rnsr-50.json '.filter(o => o.ws.rnsr[0]?.length)' +# $ fx < data/corpus-simple-rnsr.json '.filter(o => o.ws.rnsr[0]?.length)' [use] # JSONParse URLConnect FILELoad FILESave @@ -10,7 +10,7 @@ plugin = analytics [exchange] -value = [ "corpus-simple-50.json" ] +value = [ "corpus-simple.json" ] [JSONParse] @@ -48,7 +48,7 @@ [FILESave] location = data -identifier = corpus-simple-rnsr-50.json +identifier = corpus-simple-rnsr.json [dump] indent = true diff --git a/enrich-teeft-en.ini b/enrich-teeft-en.ini index 0e3efe8..6f04e1f 100644 --- a/enrich-teeft-en.ini +++ b/enrich-teeft-en.ini @@ -1,7 +1,7 @@ # Usage: npx ezs -e enrich-teeft-en.ini # To see the enriched notices: -# $ fx < data/corpus-simple-teeft-en-50.json '.filter(o => o.ws.rnsr[0]?.length)' +# $ fx < data/corpus-simple-teeft-en.json '.filter(o => o.ws.rnsr[0]?.length)' [use] @@ -11,7 +11,7 @@ plugin = analytics [exchange] -value = [ "corpus-simple-instituts-50.json" ] +value = [ "corpus-simple-instituts.json" ] [JSONParse] @@ -43,7 +43,7 @@ [FILESave] location = data -identifier = corpus-simple-teeft-en-50.json +identifier = corpus-simple-teeft-en.json [dump] indent = true diff --git a/extract-fields.ini b/extract-fields.ini index 5b8e56d..2055639 100644 --- a/extract-fields.ini +++ b/extract-fields.ini @@ -6,7 +6,7 @@ plugin = basics [exchange] -value = [ "corpus_WoS_vol1-50.json" ] +value = [ "corpus_WoS_vol1.json" ] [JSONParse] @@ -61,7 +61,7 @@ [FILESave] location = data -identifier = corpus-simple-50.json +identifier = corpus-simple.json [dump] indent = true \ No newline at end of file