Relate 360
- Relate 360 10.1
- All Products
run_client.sh --config=configuration_file_name --rule=matching_rules_file_name --operation=GETINGESTLAYOUT [--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
| GETINGESTLAYOUT
| Type of operation that you want to perform. Specify GETINGESTLAYOUT.
|
--outputfile
| output_file_name
| Absolute path and name of the output JSON file to which you want to load the layout.
|
The following response format shows a list of fields that you can use to specify the input data:run_client.sh --config=/usr/local/tree/configuration.xml --operation=GETINGESTLAYOUT --outputfile=/usr/local/tree/output.json --rule=usr/local/conf/matching_rules.xml
{ "input":{ "SOURCE":"MaxLen:20", "PERSON":"MaxLen:100", "DATE_OF_BIRTH":"MaxLen:10", "ADDRESS":"MaxLen:100", "POSTCODE":"MaxLen:10", "CITY":"MaxLen:100", "ROWID":"MaxLen:21" }, "resultCount":0, "messages":{ } }