-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.json
140 lines (132 loc) · 4.03 KB
/
config.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "Tableau Web Data Connector",
"namespace": "MCRI\\TableauConnector",
"authors": [
{
"name": "Luke Stevens",
"email": "[email protected]",
"institution": "Murdoch Children's Research Institute"
}
],
"permissions": [
],
"description": "From REDCap v11.2.0 this module's functionality is incorporated within REDCap. Go to your project's \"Other Export Options\" page for instructions.<br>This module enable Tableau (v10.0+) users to connect Tableau to a REDCap project for which they have an API token. Project data will be exported on demand and be available for use within Tableau to produce summaries and visualisations. (Note: The connector can be utilised without enabling this module for a particular project. Enabling this module for a project just makes the Instructions page available in the project page menu.)",
"no-auth-pages": [
"wdc"
],
"links": {
"web-data-connector": [
{
"name": "Connector",
"icon": "n/a",
"url": "wdc.php"
}
],
"control-center": [
{
"name": "Tableau Connector Instructions",
"icon": "computer",
"url": "index.php"
}
],
"project": [
{
"name": "Tableau Connector Instructions",
"icon": "computer",
"url": "index.php"
}
]
},
"system-settings": [
{
"key": "instruction-panel-title",
"name": "Instruction Panel title",
"required": true,
"allow-project-overrides": true,
"type": "text",
"default": "Instructions"
},
{
"key": "instruction-panel-text",
"name": "Instruction panel text",
"required": true,
"allow-project-overrides": true,
"type": "text",
"default": "<ol><li>In Tableau, go to Connect -> To a Server -> More and find \"Web Data Connector\" </li><li>Enter the url displayed above as the \"web data connector URL\" in the dialog and press Enter</li><li>Enter your project API token</li><li>Click \"Submit\", and your project data will be downloaded into Tableau</li></ol>"
},
{
"key": "connector-page-title",
"name": "Connector Page title",
"required": true,
"allow-project-overrides": false,
"type": "text",
"default": "Tableau Web Data Connector for REDCap"
},
{
"key": "connector-page-instruction-text",
"name": "Connector page instruction text",
"required": true,
"allow-project-overrides": false,
"type": "text",
"default": "Select the desired data format and enter your API token, then click \"Submit\"."
},
{
"key": "connector-page-format-label",
"name": "Connector page export format field label",
"required": true,
"allow-project-overrides": false,
"type": "text",
"default": "Raw data or labels?"
},
{
"key": "connector-page-fieldformat-label",
"name": "Connector page export field format field label",
"required": true,
"allow-project-overrides": false,
"type": "text",
"default": "Variable name or field label?"
},
{
"key": "connector-page-dag-label",
"name": "Connector page include DAG field label",
"required": true,
"allow-project-overrides": false,
"type": "text",
"default": "Include Data Access Group?"
},
{
"key": "connector-page-token-label",
"name": "Connector page token input field label",
"required": true,
"allow-project-overrides": false,
"type": "text",
"default": "API token"
},
{
"key": "connector-page-fieldlist-label",
"name": "Connector page field list input field label",
"required": true,
"allow-project-overrides": false,
"type": "text",
"default": "Export field names (optional)"
},
{
"key": "connector-page-filterlogic-label",
"name": "Connector page filter logic input field label",
"required": true,
"allow-project-overrides": false,
"type": "text",
"default": "Record filter (optional)"
},
{
"key": "tableau-wdc-js-src",
"name": "Tableau connector JavaScript library",
"required": true,
"allow-project-overrides": false,
"type": "text",
"default": "https://connectors.tableau.com/libs/tableauwdc-2.3.latest.js"
}
],
"project-settings": [
]
}