Relate 360
- Relate 360 10.1
- All Products
run_client.sh --config=configuration_file_name --rule=matching_rules_file_name --operation=MANAGECLUSTER --input=input_file_name [--outputfile=output_file_name]
Option
| Argument
| Description
|
---|---|---|
--config
| configuration_file_name
| Absolute path and file name of the configuration file that you create.
|
--rule
| matching_rules_file_name
| Absolute path and file name of the matching rules file that you create.
|
--operation
| MANAGECLUSTER
| Type of operation that you want to perform. Specify MANAGECLUSTER.
|
--input
| input_file_name
| Absolute path and name of the input JSON file that contains the input data.
|
--outputfile
| output_file_name
| Optional. Absolute path and name of the output JSON file to which you want to load the processed data.
|
run_client.sh --config=/usr/local/tree/configuration.xml --operation=MANAGECLUSTER --input=/usr/local/tree/input.json --rule=usr/local/conf/matching_rules.xml --outputfile=/usr/local/tree/output.json
{ "clusterNumber":"12b1ea9f-4f5c-4168-828e-1b03edef0c6a ", "members":[ { "LMT_SOURCE_NAME":"AML", "PK":"0000300003" } ], "resultCount":0, "messages":{ } }
{ "clusterNumber": "12b1ea9f-4f5c-4168-828e-1b03edef0c6a ", "members": [ { "LMT_SOURCE_NAME": "AML", "PK": "0000300003" } ], "resultCount": 1, "messages": { "Message.1": "Record submitted for Processing" } }