From 7dde4775dddf93e352df913dd0ef3e69b74b3925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Schr=C3=B6pfer?= Date: Mon, 1 Mar 2021 16:43:13 +0100 Subject: [PATCH] default values added to default.conf --- pkg/loader/conf/default.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkg/loader/conf/default.json b/pkg/loader/conf/default.json index e8917e9..79fb080 100644 --- a/pkg/loader/conf/default.json +++ b/pkg/loader/conf/default.json @@ -119,19 +119,19 @@ "col": "B", "field": "IndustryCode", "type": "string", - "default": "" + "default": "Please choose" }, { "col": "D", "field": "CountryCode", "type": "string", - "default": "" + "default": "Please choose" }, { "col": "E", "field": "Costs", "type": "string", - "default": "" + "default": "0" } ] }, @@ -145,13 +145,13 @@ "col": "B", "field": "CountryCode", "type": "string", - "default": "" + "default": "Please choose" }, { "col": "D", "field": "Percentage", "type": "float64", - "default": "" + "default": "0" } ] }, @@ -165,7 +165,7 @@ "col": "B", "field": "IndustryCode", "type": "string", - "default": "" + "default": "Please choose" }, { "col": "C", @@ -177,7 +177,7 @@ "col": "D", "field": "AmountOfTotalTurnover", "type": "int", - "default": "" + "default": "0" } ] }