Newer Version Available

This content describes an older version of this product. View Latest

Data Source: DailyRealData/DailyIntData

This section provides sample code snippets for the integration metadata JSON with the data source. The following example shows the datasources configuration payload for DailyRealData/dailyIntData.
1{
2 
3 "datasources": [
4 
5 {
6 
7 "name": "{{DatasourceName}}"
8 
9 }
10 
11 ],
12 
13 "dimensions": {
14 
15 "kpidimension": {
16 
17 "measures": [
18 
19 {
20 
21 "name": "ProPlanIncrVolume",
22 
23 "label": "Planned Incr. Volume"
24 
25 }
26 
27 ]
28 
29 }
30 
31 },
32 
33 "exportsettings": {
34 
35 "csvseparator": ",",
36  
37 },
38 
39 "exportfilters": {
40
41 "conditions": []
42 }
43}