forked from apache/httpd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
41 lines (40 loc) · 832 Bytes
/
test.json
File metadata and controls
41 lines (40 loc) · 832 Bytes
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
35
36
37
38
39
40
41
{
"name": "Non-participant Specified Location File",
"code": "pilrhealth:non_participant_specified_location",
"version": 1,
"description": "Non-participant Specified Location File",
"doc": "",
"definition_type": "file_handler",
"service": "typedLocationUpload",
"allow_dups": true,
"fileTypes": ".csv",
"col_name_row": 1,
"first_data_row": 2,
"null_expressions": ["NaN", "Inf", ""],
"data_mappings": [
{
"from_name": "venue_id",
"to_name": "venue_id"
},
{
"from_name": "name",
"to_name": "name"
},
{
"from_name": "venue_type",
"to_name": "type"
},
{
"from_name": "lat",
"to_name": "lat"
},
{
"from_name": "lon",
"to_name": "lon"
},
{
"from_name": "radius",
"to_name": "radius"
}
]
}