default values added to default.conf
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user