-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcountries.json
More file actions
93 lines (93 loc) · 3.46 KB
/
countries.json
File metadata and controls
93 lines (93 loc) · 3.46 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
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
{
"loglevel":"INFO"
,"csvspec": {
"allow_empty":false
,"uniqueness" : ["2-alpha code"]
,"dialect" : {
"delimeter": ","
,"doublequote": false
,"escapechar": null
,"lineterminator": "'\\r\\n'"
,"quotechar": "\""
,"quoting": 0
,"skipinitialspace": false
,"strict": null
,"has_header": true
,"encoding": "UTF-8-SIG"
}
,"columns": [
{"colorder": "0"
,"name" : "CountryNo"
,"type" : "integer"
,"allow_blank" : false
,"allow_null" : false
,"null_value" : null
,"max_value" : null
,"max_len" : null
}
,{"colorder": "1"
,"name" : "Country Code"
,"type" : "string"
,"allow_blank" : false
,"allow_null" : false
,"null_value" : null
,"max_value" : null
,"max_len" : 11
}
,{"colorder": "2"
,"name" : "Short Name"
,"type" : "string"
,"allow_blank" : false
,"allow_null" : false
,"null_value" : null
,"max_value" : null
,"max_len" : null
}
,{"colorder": "3"
,"name" : "Table Name"
,"type" : "string"
,"allow_blank" : false
,"allow_null" : false
,"null_value" : null
,"max_value" : null
,"max_len" : null
}
,{"colorder": "4"
,"name" : "Long Name"
,"type" : "string"
,"allow_blank" : true
,"allow_null" : false
,"null_value" : null
,"max_value" : null
,"max_len" : null
}
,{"colorder": "5"
,"name" : "2-alpha code"
,"type" : "string"
,"allow_blank" : false
,"allow_null" : false
,"null_value" : null
,"max_value" : null
,"max_len" : null
}
,{"colorder": "6"
,"name" : "Currency Unit"
,"type" : "string"
,"allow_blank" : true
,"allow_null" : false
,"null_value" : null
,"max_value" : null
,"max_len" : null
}
,{"colorder": "7"
,"name" : "Special Notes"
,"type" : "string"
,"allow_blank" : true
,"allow_null" : false
,"null_value" : null
,"max_value" : null
,"max_len" : null
}
]
}
}