-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcsv_to_json_feed.json
More file actions
52 lines (52 loc) · 1.08 KB
/
csv_to_json_feed.json
File metadata and controls
52 lines (52 loc) · 1.08 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"WelcomeLabel": "United Kingdom",
"OtherSoftwareTag": "tag_24"
},
{
"WelcomeLabel": "USA",
"OtherSoftwareTag": "tag_25",
"CountryLevel": "2"
},
{
"WelcomeLabel": "Germany",
"OtherSoftwareTag": "tag_26"
},
{
"WelcomeLabel": "China",
"OtherSoftwareTag": "tag_45"
},
{
"WelcomeLabel": "Columbia",
"OtherSoftwareTag": "tag_46",
"CountryLevel": "1"
},
{
"WelcomeLabel": "Ghana",
"OtherSoftwareTag": "tag_47"
},
{
"WelcomeLabel": "Japan",
"OtherSoftwareTag": "tag_48",
"CountryLevel": "3"
},
{
"WelcomeLabel": "Spain",
"OtherSoftwareTag": "tag_203"
},
{
"WelcomeLabel": "Mexico",
"OtherSoftwareTag": "tag_204",
"CountryLevel": "2"
},
{
"WelcomeLabel": "Island",
"OtherSoftwareTag": "tag_205",
"CountryLevel": "1"
},
{
"WelcomeLabel": "Norway",
"OtherSoftwareTag": "tag_206",
"CountryLevel": "3"
}
]