default values added to default.conf

This commit is contained in:
Andreas Schröpfer
2021-03-01 16:43:13 +01:00
parent 2511a2fcd3
commit 7dde4775dd

View File

@@ -119,19 +119,19 @@
"col": "B", "col": "B",
"field": "IndustryCode", "field": "IndustryCode",
"type": "string", "type": "string",
"default": "" "default": "Please choose"
}, },
{ {
"col": "D", "col": "D",
"field": "CountryCode", "field": "CountryCode",
"type": "string", "type": "string",
"default": "" "default": "Please choose"
}, },
{ {
"col": "E", "col": "E",
"field": "Costs", "field": "Costs",
"type": "string", "type": "string",
"default": "" "default": "0"
} }
] ]
}, },
@@ -145,13 +145,13 @@
"col": "B", "col": "B",
"field": "CountryCode", "field": "CountryCode",
"type": "string", "type": "string",
"default": "" "default": "Please choose"
}, },
{ {
"col": "D", "col": "D",
"field": "Percentage", "field": "Percentage",
"type": "float64", "type": "float64",
"default": "" "default": "0"
} }
] ]
}, },
@@ -165,7 +165,7 @@
"col": "B", "col": "B",
"field": "IndustryCode", "field": "IndustryCode",
"type": "string", "type": "string",
"default": "" "default": "Please choose"
}, },
{ {
"col": "C", "col": "C",
@@ -177,7 +177,7 @@
"col": "D", "col": "D",
"field": "AmountOfTotalTurnover", "field": "AmountOfTotalTurnover",
"type": "int", "type": "int",
"default": "" "default": "0"
} }
] ]
} }