dnet-hadoop/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/plugin/base/action_set_parameters.json

27 lines
543 B
JSON

[
{
"paramName": "i",
"paramLongName": "inputPath",
"paramDescription": "the path of the BASE dump",
"paramRequired": true
},
{
"paramName": "d",
"paramLongName": "dataPath",
"paramDescription": "the path of the loaded records",
"paramRequired": true
},
{
"paramName": "o",
"paramLongName": "outputPath",
"paramDescription": "the path of the generated report",
"paramRequired": true
},
{
"paramName": "r",
"paramLongName": "reimport",
"paramDescription": "complete re-import",
"paramRequired": true
}
]