-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathparams.distrib.xml
More file actions
34 lines (34 loc) · 1.11 KB
/
params.distrib.xml
File metadata and controls
34 lines (34 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!-- Default values for parameters. Do NOT alter this file, use params.local.xml in the conf folder instead -->
<parameters>
<itoppersonjsoncollector>
<jsonfile>collectors/dataTest.json</jsonfile>
<path>objects/*</path>
<fields>
<primary_key>key</primary_key>
<name>name/bob</name>
<status>status</status>
<first_name>first_nameyo</first_name>
<email>email</email>
<phone>phone</phone>
<mobile_phone>mobile</mobile_phone>
<function>function</function>
<employee_number>employeenumber</employee_number>
<org_id>org_id</org_id>
</fields>
<defaults>
<org_id>Demo</org_id>
<status>active</status>
<phone>123456789</phone>
</defaults>
</itoppersonjsoncollector>
<json_placeholders>
<!-- For compatibility with the version 1.1.x of the collector, define the data table names as following:
<prefix></prefix>
<persons_data_table>synchro_data_PersonAD</persons_data_table>
<users_data_table></users_data_table>
-->
<prefix>$prefix$</prefix>
<persons_data_table>synchro_data_person_1</persons_data_table>
</json_placeholders>
</parameters>